summaryrefslogtreecommitdiff
path: root/users/seth/home.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-17 13:46:41 -0400
committerseth <[email protected]>2023-08-17 13:55:47 -0400
commit6ca79241fe6a45ca4468e4c54c778df116c0b14f (patch)
treeca6bbd7eaec86125c0e59a2553922ea4ef4a2b9b /users/seth/home.nix
parent76127171e4ed7abcb2a14039f358e117aac20181 (diff)
users/seth: make everything a module
Diffstat (limited to 'users/seth/home.nix')
-rw-r--r--users/seth/home.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/users/seth/home.nix b/users/seth/home.nix
index c24472b..e242a3e 100644
--- a/users/seth/home.nix
+++ b/users/seth/home.nix
@@ -3,11 +3,6 @@
pkgs,
...
}: {
- imports = [
- ./programs
- ./shell
- ];
-
home = let
username = "seth";
inherit (pkgs.stdenv) isLinux isDarwin;