From 0bda93d5d0ebaf49539385c36c78cf322e3ebeec Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Mon, 1 Sep 2025 01:08:55 -0700 Subject: [PATCH] that was an unmitigated disaster rm -rf *'d in my home directory --- configs/desktop.nix | 3 ++- configuration.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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";