Fix OBS plugins

This commit is contained in:
asonix 2023-04-02 13:05:25 -05:00
parent a106285c66
commit 896a38c822

View file

@ -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
];