aboutsummaryrefslogtreecommitdiff
path: root/hosts/commons/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/commons/default.nix')
-rw-r--r--hosts/commons/default.nix11
1 files changed, 1 insertions, 10 deletions
diff --git a/hosts/commons/default.nix b/hosts/commons/default.nix
index 4f35a15..0361d27 100644
--- a/hosts/commons/default.nix
+++ b/hosts/commons/default.nix
@@ -2,15 +2,6 @@
{
imports = [
- ./network.nix
+ ./system
];
-
- environment = {
- # Activate home-manager environment, if not already enabled
- loginShellInit = ''
- [ -d "$HOME/.nix-profile" ] || /nix/var/nix/profiles/per-user/$USER/home-manager/activate &> /dev/null
- '';
- homeBinInPath = true;
- localBinInPath = true;
- };
}