Add a couple of packages

This commit is contained in:
Nathan McCarty 2022-06-08 10:08:36 -04:00
parent d02622862a
commit 02edd36a6e
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 3 additions and 0 deletions

View File

@ -23,5 +23,7 @@
direnv
# Sops for secrets
sops
# Just in case
neovim
];
}

View File

@ -37,6 +37,7 @@ in
# Add pulse audio packages, but do not enable them
environment.systemPackages = [
pkgs.pulseaudio
pkgs.pavucontrol
];
# Add noisetorch for microphone noise canceling
programs.noisetorch = {