From 11a7ea811225aea19dda4aa578060fdcdaae102f Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 16 Feb 2026 13:37:00 -0700 Subject: [PATCH] Oops... --- modules/home/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/home/default.nix b/modules/home/default.nix index 65875a2..5f270b0 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -10,7 +10,11 @@ ./zed.nix ]; - home.stateVersion = "25.11"; + home = { + username = "atridad"; + homeDirectory = "/Users/atridad"; + stateVersion = "24.11"; + }; }; }; }