aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/users/nipsy/default.nix4
-rw-r--r--hosts/common/users/root/default.nix4
2 files changed, 0 insertions, 8 deletions
diff --git a/hosts/common/users/nipsy/default.nix b/hosts/common/users/nipsy/default.nix
index de21b4b..8634e8a 100644
--- a/hosts/common/users/nipsy/default.nix
+++ b/hosts/common/users/nipsy/default.nix
@@ -26,8 +26,4 @@ in
packages = [ pkgs.home-manager ];
shell = pkgs.zsh;
};
-
- # Import this user's personal/home configurations
- home-manager.users.nipsy = import ../../../../home/nipsy/${config.networking.hostName}.nix;
-
}
diff --git a/hosts/common/users/root/default.nix b/hosts/common/users/root/default.nix
index cd514a5..f81f514 100644
--- a/hosts/common/users/root/default.nix
+++ b/hosts/common/users/root/default.nix
@@ -7,8 +7,4 @@
];
shell = pkgs.zsh;
};
-
- # Import this user's personal/home configurations
- home-manager.users.root = import ../../../../home/root/${config.networking.hostName}.nix;
-
}