Commit 5378a30d11dc

Vincent Demeester <vincent@sbr.pm>
2025-09-21 22:11:59
systems/kyushu: add obs-studio program
with some plugins. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 5f5ffa3
Changed files (1)
systems
systems/kyushu/extra.nix
@@ -20,6 +20,16 @@
     ../redhat
   ];
 
+  programs.obs-studio = {
+    enable = true;
+    plugins = with pkgs.obs-studio-plugins; [
+      wlrobs
+      obs-backgroundremoval
+      obs-pipewire-audio-capture
+      input-overlay
+    ];
+  };
+
   services = {
     getty = {
       autologinOnce = true;
@@ -110,7 +120,6 @@
     monolith # TODO: move into =desktop= ?
     virt-manager
     simple-scan
-
     keybase
   ];