6 lines
124 B
Nix
6 lines
124 B
Nix
{inputs, ...}: {
|
|
flake.nixosModules.systemPackages.environment.systemPackages = with inputs.pkgs; [
|
|
# audacity
|
|
];
|
|
}
|