diff options
author | Ben Sima <ben@bsima.me> | 2025-05-19 11:36:42 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-05-19 13:15:40 -0400 |
commit | eb868d02e729f862903879d35696f760b75ef091 (patch) | |
tree | e5b02cfcb4a4978c270593c66ab02e4dbe36fb35 | |
parent | 45e01d40da468899a8fb6e5c9f9da0509026900d (diff) |
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.
-rw-r--r-- | Omni/Dev/Beryllium/Live.nix | 7 |
1 files changed, 3 insertions, 4 deletions
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 |