diff options
Diffstat (limited to 'users/seth/home.nix')
| -rw-r--r-- | users/seth/home.nix | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/users/seth/home.nix b/users/seth/home.nix deleted file mode 100644 index e242a3e..0000000 --- a/users/seth/home.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ - lib, - pkgs, - ... -}: { - home = let - username = "seth"; - inherit (pkgs.stdenv) isLinux isDarwin; - optionalLinuxDarwin = lib.optionalString (isLinux || isDarwin); - in { - inherit username; - homeDirectory = optionalLinuxDarwin ( - if isLinux - then "/home/${username}" - else "/Users/${username}" - ); - - stateVersion = "23.11"; - }; -} |
