really big refactor

This commit is contained in:
sadan 2024-10-02 16:36:52 -04:00
parent 1d4904a4c9
commit 375a1b2e89
No known key found for this signature in database
20 changed files with 188 additions and 151 deletions

View file

@ -0,0 +1,21 @@
{ ... }: {
services = {
desktopManager = {
plasma6 = {
enable = true;
};
};
xserver = {
enable = true;
displayManager = {
sddm = {
enable = true;
autoNumlock = true;
wayland = {
enable = false;
};
};
};
};
};
}