From 4458099c55992431fe5d85ea7082b195102a56dc Mon Sep 17 00:00:00 2001 From: Brian Lee Date: Tue, 24 Dec 2024 15:13:58 -0800 Subject: [PATCH] litten: sam works again, also added reaper --- litten.brenise.dev/configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/litten.brenise.dev/configuration.nix b/litten.brenise.dev/configuration.nix index b711743..ddc433a 100644 --- a/litten.brenise.dev/configuration.nix +++ b/litten.brenise.dev/configuration.nix @@ -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;