added system wide packages to template

This commit is contained in:
Sven Vogel 2023-12-08 16:06:14 +01:00
parent 5b73b05c58
commit bcc46cdec8
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
{ pkgs, config, ... }: {
# put your nix module in here!
environment.systemPackages = with pkgs; [
# system wide packages
];
}