diff options
Diffstat (limited to 'modules/examples/simple.nix')
| -rw-r--r-- | modules/examples/simple.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/examples/simple.nix b/modules/examples/simple.nix index 1dbe3f1..fd13cf8 100644 --- a/modules/examples/simple.nix +++ b/modules/examples/simple.nix @@ -4,10 +4,7 @@ # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget environment.systemPackages = - [ # Include nix-tools - config.system.build.nix - - pkgs.nix-repl + [ pkgs.nix-repl ]; environment.etc."bashrc".text = '' @@ -25,4 +22,7 @@ ${config.system.build.setEnvironment} ${config.system.build.setAliases} ''; + + services.activate-system.enable = true; + } |
