diff options
Diffstat (limited to 'hosts/common/users/root')
-rw-r--r-- | hosts/common/users/root/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
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; - } |