litten: sam works again, also added reaper

This commit is contained in:
Brian Lee 2024-12-24 15:13:58 -08:00
parent c73a058f5b
commit 4458099c55

View File

@ -17,6 +17,7 @@ in
builtins.elem (lib.getName pkg) [
"obsidian"
"packer"
"reaper"
"vscode"
"terraform"
"zoom"
@ -116,7 +117,6 @@ in
pavucontrol
# qbittorrent
rtorrent
spek # beat saber mapping
sq
synergy
tenacity
@ -135,7 +135,7 @@ in
}))
awscli2
#aws-sam-cli # broken, fails to init. use pip install aws-sam-cli
aws-sam-cli # broken, fails to init. use pip install aws-sam-cli
packer
terraform
ansible
@ -153,6 +153,9 @@ in
nix-init
nix-tree
nurl
# music apps
reaper
spek
];
};
@ -316,6 +319,7 @@ in
enable = true;
pulse.enable = true;
alsa.enable = true; # for tenacity
# jack.enable = true; # this might be useful for reaper, but enabling it breaks stereo audio for some reason
};
avahi = { # for resolving start9 hostname
enable = true;