From 7e02911606f1de51d4a29c065d7eee2b7b9083ec Mon Sep 17 00:00:00 2001 From: insert Date: Wed, 9 Oct 2024 10:08:46 -0400 Subject: [PATCH] Make obs global --- home.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home.nix b/home.nix index 520375b..d61c176 100644 --- a/home.nix +++ b/home.nix @@ -234,6 +234,14 @@ allowImages = true; }; + programs.obs-studio = { + enable = true; + plugins = with pkgs.obs-studio-plugins; [ + wlrobs + droidcam-obs + ]; + }; + home.sessionVariables = { NIXOS_OZONE_WL = "1"; KUBECONFIG = "/home/insert/Desktop/k3s.yaml";