1
0
Fork 0
nixos/pkgsets/uniProgs.nix

6 lines
90 B
Nix

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