litten: sam works again, also added reaper
This commit is contained in:
parent
c73a058f5b
commit
4458099c55
@ -17,6 +17,7 @@ in
|
|||||||
builtins.elem (lib.getName pkg) [
|
builtins.elem (lib.getName pkg) [
|
||||||
"obsidian"
|
"obsidian"
|
||||||
"packer"
|
"packer"
|
||||||
|
"reaper"
|
||||||
"vscode"
|
"vscode"
|
||||||
"terraform"
|
"terraform"
|
||||||
"zoom"
|
"zoom"
|
||||||
@ -116,7 +117,6 @@ in
|
|||||||
pavucontrol
|
pavucontrol
|
||||||
# qbittorrent
|
# qbittorrent
|
||||||
rtorrent
|
rtorrent
|
||||||
spek # beat saber mapping
|
|
||||||
sq
|
sq
|
||||||
synergy
|
synergy
|
||||||
tenacity
|
tenacity
|
||||||
@ -135,7 +135,7 @@ in
|
|||||||
}))
|
}))
|
||||||
|
|
||||||
awscli2
|
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
|
packer
|
||||||
terraform
|
terraform
|
||||||
ansible
|
ansible
|
||||||
@ -153,6 +153,9 @@ in
|
|||||||
nix-init
|
nix-init
|
||||||
nix-tree
|
nix-tree
|
||||||
nurl
|
nurl
|
||||||
|
# music apps
|
||||||
|
reaper
|
||||||
|
spek
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -316,6 +319,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
alsa.enable = true; # for tenacity
|
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
|
avahi = { # for resolving start9 hostname
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user