diff options
| author | seth <[email protected]> | 2023-04-20 22:10:21 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-20 22:13:45 -0400 |
| commit | eb3f9e87435be5941278d819351bac0ece172051 (patch) | |
| tree | d32d347bcba4760dcf1b3b8d11e6accbde12f49c /users/seth/home.nix | |
| parent | 65e26c34990fa57e305093572ea3a9596bc45b38 (diff) | |
move to my external lib
Diffstat (limited to 'users/seth/home.nix')
| -rw-r--r-- | users/seth/home.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/users/seth/home.nix b/users/seth/home.nix index 239782e..a10f061 100644 --- a/users/seth/home.nix +++ b/users/seth/home.nix @@ -8,7 +8,14 @@ ./shell ]; + home = { + username = "seth"; + homeDirectory = "/home/seth"; + stateVersion = "23.05"; + }; + nix.package = lib.mkDefault pkgs.nixFlakes; + xdg = { enable = true; configFile."nixpkgs/config.nix".text = '' @@ -18,5 +25,4 @@ } ''; }; - home.stateVersion = "23.05"; } |
