summaryrefslogtreecommitdiff
path: root/hm/soft/obs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft/obs.nix')
-rw-r--r--hm/soft/obs.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/hm/soft/obs.nix b/hm/soft/obs.nix
index c6bf326..29c82a4 100644
--- a/hm/soft/obs.nix
+++ b/hm/soft/obs.nix
@@ -1,4 +1,9 @@
-{ config, lib, pkgs, ... }:
+{
+ config,
+ lib,
+ pkgs,
+ ...
+}:
let
cfg = config.hm.soft.obs;
in
@@ -8,8 +13,6 @@ in
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
- wlrobs
- obs-websocket
obs-pipewire-audio-capture
];
};