Commit 596bd2d6807a

Vincent Demeester <vincent@sbr.pm>
2026-01-09 00:56:15
chore(kyushu): Disable unused OBS Studio
- Reduce system closure size by removing screen recording software - Save multiple GB of disk space on primary workstation Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f7a7c4f
Changed files (1)
systems
systems/kyushu/extra.nix
@@ -20,8 +20,9 @@
     ../redhat
   ];
 
+  # It takes.. multiple GB, and I don't really use it...
   programs.obs-studio = {
-    enable = true;
+    enable = false;
     plugins = with pkgs.obs-studio-plugins; [
       wlrobs
       obs-backgroundremoval