nixos/modules/core/packages.nix

14 lines
104 B
Nix

{
config,
pkgs,
...
}:
{
programs = {
};
environment.systemPackages = with pkgs; [
];
}