Update with working obs plugins

This commit is contained in:
asonix 2022-12-27 15:11:03 -06:00
parent d2221ec554
commit 06835c18fa

View file

@ -12,8 +12,8 @@ in
nixpkgs.overlays = [
(self: super: {
obs-studio-plugins = super.obs-studio-plugins // {
obs-scene-switcher = super.libsForQt5.callPackage ./obs-scene-switcher/obs-scene-switcher.nix { };
obs-streamfx = super.libsForQt5.callPackage ./obs-streamfx/obs-streamfx.nix { };
obs-scene-switcher = super.qt6Packages.callPackage ./obs-scene-switcher/obs-scene-switcher.nix { };
obs-streamfx = super.qt6Packages.callPackage ./obs-streamfx/obs-streamfx.nix { };
};
neovim = unstable.neovim;
nextcloud-client = unstable.nextcloud-client;
@ -59,8 +59,8 @@ in
obs-multi-rtmp
obs-nvfbc
obs-pipewire-audio-capture
# obs-scene-switcher
# obs-streamfx
obs-scene-switcher
obs-streamfx
obs-vkcapture
wlrobs
];