nixos/pkgsets/uniProgs.nix

8 lines
95 B
Nix

{
config,
pkgs,
...
}:
{
config.machine.pkgsets.uniProgs.pkgs = with pkgs; [ qucs ];
}