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

7 lines
83 B
Nix

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