From a8630322f77dbb7be4810099a42352b9278996a1 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 1 Oct 2023 10:41:09 -0400 Subject: treewide!: flatten to parts/ layout --- users/seth/home.nix | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 users/seth/home.nix (limited to 'users/seth/home.nix') 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"; - }; -} -- cgit v1.2.3