From ab840721693c4182e98e15b01eb1fd55f42c5b71 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Tue, 23 Jul 2024 08:04:49 +0100 Subject: [PATCH] feat(loona): enable obs --- flake.nix | 1 + home/ash/obs.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index fc000b6..f4e4975 100644 --- a/flake.nix +++ b/flake.nix @@ -120,6 +120,7 @@ ./home/ash/alex.nix ./home/ash/desktop.nix ./home/ash/emacs.nix + ./home/ash/obs.nix ./home/ash/intellij.nix ./home/ash/lutris.nix ./home/ash/vscodium.nix diff --git a/home/ash/obs.nix b/home/ash/obs.nix index c0a1b54..11ae9c5 100644 --- a/home/ash/obs.nix +++ b/home/ash/obs.nix @@ -5,7 +5,7 @@ wlrobs obs-backgroundremoval obs-pipewire-audio-capture - obs-ndi +# obs-ndi ]; }; }