diff --git a/configs/desktop.nix b/configs/desktop.nix index 5079ca5..45f46d6 100644 --- a/configs/desktop.nix +++ b/configs/desktop.nix @@ -15,7 +15,8 @@ }; enable = true; windowManager = { - stumpwm.enable = true; + # stumpwm.enable = true; + mate.enable = true; }; xkb = { layout = "us"; diff --git a/configuration.nix b/configuration.nix index 28362a7..7b65ebb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -73,7 +73,7 @@ services.cron.enable = true; - # systemd.sysusers.enable = true; + systemd.sysusers.enable = true; users.mutableUsers = true; users.users.kyle = { initialPassword = "password";