diff --git a/home.nix b/home.nix index 2599845..4d1cb60 100644 --- a/home.nix +++ b/home.nix @@ -13,10 +13,6 @@ in nixpkgs.overlays = [ (self: super: { - obs-studio-plugins = super.obs-studio-plugins // { - obs-scene-switcher = obs-scene-switcher.obs-scene-switcher; - obs-streamfx = obs-streamfx.obs-streamfx; - }; neovim = unstable.neovim; nextcloud-client = unstable.nextcloud-client; }) @@ -76,9 +72,9 @@ in obs-multi-rtmp obs-nvfbc obs-pipewire-audio-capture - obs-scene-switcher + obs-scene-switcher.obs-scene-switcher obs-source-record - obs-streamfx + obs-streamfx.obs-streamfx obs-vkcapture wlrobs ];