Files
garandos/hosts/default/host-packages.nix
T

6 lines
81 B
Nix

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