nix-obs-scene-switcher/default.nix
2022-12-27 15:10:12 -06:00

7 lines
130 B
Nix

let
pkgs = import <nixpkgs> { };
in
with pkgs; {
obs-scene-switcher = qt6Packages.callPackage ./obs-scene-switcher.nix { };
}