From 2f1cf4f40ec7176d316286bf1f579b352848cc42 Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Tue, 14 May 2024 00:57:47 +0300 Subject: [PATCH] laptop: add obs studio --- hosts/laptop/home.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 5b5ddb8..a502aef 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -245,6 +245,20 @@ ]; }; + programs.obs-studio = { + enable = true; + plugins = with pkgs.obs-studio-plugins; [ + obs-vkcapture + obs-pipewire-audio-capture + obs-tuna + obs-scale-to-sound + obs-source-switcher + obs-gstreamer + input-overlay + advanced-scene-switcher + ]; + }; + programs.starship = { enable = true;