diff options
Diffstat (limited to 'nix/systems/home.nix')
| -rw-r--r-- | nix/systems/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/systems/home.nix b/nix/systems/home.nix index c1252df..7d5939c 100644 --- a/nix/systems/home.nix +++ b/nix/systems/home.nix @@ -6,6 +6,6 @@ ]; useGlobalPkgs = true; useUserPackages = true; - users."${config.monorepo.vars.userName}" = import (./. + "/${config.networking.hostName}/home.nix"); + users."${config.monorepo.vars.userName}" = (import (./. + "/${config.networking.hostName}/home.nix")); }; } |
