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"; + }; }; }; }