add nix-tools to environment.systemPackages by default
This commit is contained in:
parent
41d40d0417
commit
da4433fbf8
5 changed files with 17 additions and 11 deletions
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue