NixOS/template.nix

8 lines
151 B
Nix
Raw Permalink Normal View History

{ pkgs, config, ... }: {
# put your nix module in here!
2023-12-08 15:06:14 +00:00
environment.systemPackages = with pkgs; [
# system wide packages
];
}