From eb868d02e729f862903879d35696f760b75ef091 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 19 May 2025 11:36:42 -0400 Subject: Add obs-do and remove helvum obs-do is a command line tool fro controlling obs over a socket, I plan to use it for keyboard-driven automations. Helvum is just not necessary, qpwgraph is better anyway. --- Omni/Dev/Beryllium/Live.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Omni') diff --git a/Omni/Dev/Beryllium/Live.nix b/Omni/Dev/Beryllium/Live.nix index 26e0d9d..a44452f 100644 --- a/Omni/Dev/Beryllium/Live.nix +++ b/Omni/Dev/Beryllium/Live.nix @@ -16,13 +16,12 @@ boot.kernel.sysctl."vm.swappiness" = 10; environment.systemPackages = with pkgs; [ - helvum - qpwgraph # better than helvum? - supercollider-with-plugins - #supercollider-with-sc3-plugins + obs-do # cli for controlling obs pamixer # cli volume control patchage # another connection manager pwvucontrol # gui for quick adjustments + qpwgraph # better than helvum + supercollider-with-plugins ]; # Virtual sinks for routing audio -- cgit v1.2.3