Files
garandos/hosts/Garand-Desktop/system-packages.nix

6 lines
124 B
Nix

{inputs, ...}: {
flake.nixosModules.systemPackages.environment.systemPackages = with inputs.pkgs; [
# audacity
];
}