diff options
Diffstat (limited to 'hosts/commons')
-rw-r--r-- | hosts/commons/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/commons/default.nix b/hosts/commons/default.nix index d7773d4..4f35a15 100644 --- a/hosts/commons/default.nix +++ b/hosts/commons/default.nix @@ -3,7 +3,8 @@ { imports = [ ./network.nix - ] + ]; + environment = { # Activate home-manager environment, if not already enabled loginShellInit = '' |