diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/common/users/root/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/common/users/root/default.nix b/hosts/common/users/root/default.nix index f70f414..b47128c 100644 --- a/hosts/common/users/root/default.nix +++ b/hosts/common/users/root/default.nix @@ -7,4 +7,8 @@ ]; shell = pkgs.zsh; }; + + # Import this user's personal/home configurations + home-manager.users.root = import ../../../../home/root/${config.networking.hostName}.nix; + } |