added system wide packages to template
This commit is contained in:
parent
5b73b05c58
commit
bcc46cdec8
|
@ -1,3 +1,7 @@
|
|||
{ pkgs, config, ... }: {
|
||||
# put your nix module in here!
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# system wide packages
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue