module(obs): Refactor obs-studio module from hmModule into nixosModule
This commit is contained in:
parent
149a4057a5
commit
6f35b2ebcc
7 changed files with 5 additions and 7 deletions
|
|
@ -35,7 +35,6 @@
|
||||||
sops.enable = true;
|
sops.enable = true;
|
||||||
mpv.enable = true;
|
mpv.enable = true;
|
||||||
atuin.enable = true;
|
atuin.enable = true;
|
||||||
obs.enable = true;
|
|
||||||
chromium.enable = true;
|
chromium.enable = true;
|
||||||
thunderbird.enable = true;
|
thunderbird.enable = true;
|
||||||
# espanso.enable = true;
|
# espanso.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,6 @@
|
||||||
kvm.enable = true;
|
kvm.enable = true;
|
||||||
atuin.enable = true;
|
atuin.enable = true;
|
||||||
thunderbird.enable = true;
|
thunderbird.enable = true;
|
||||||
obs.enable = true;
|
|
||||||
chromium.enable = true;
|
chromium.enable = true;
|
||||||
espanso.enable = true;
|
espanso.enable = true;
|
||||||
ion.enable = true;
|
ion.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
./wluma.nix
|
./wluma.nix
|
||||||
./niri.nix
|
./niri.nix
|
||||||
./starship
|
./starship
|
||||||
./obs.nix
|
|
||||||
./fuzzel.nix
|
./fuzzel.nix
|
||||||
./mpv.nix
|
./mpv.nix
|
||||||
./swaylock.nix
|
./swaylock.nix
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@
|
||||||
kanata.enable = true;
|
kanata.enable = true;
|
||||||
tailscale.enable = true;
|
tailscale.enable = true;
|
||||||
wshowkeys.enable = true;
|
wshowkeys.enable = true;
|
||||||
|
obs.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,7 @@
|
||||||
juicity.client.enable = true;
|
juicity.client.enable = true;
|
||||||
owncast.enable = true;
|
owncast.enable = true;
|
||||||
wshowkeys.enable = true;
|
wshowkeys.enable = true;
|
||||||
|
obs.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,5 +26,6 @@
|
||||||
./radicle.nix
|
./radicle.nix
|
||||||
./wshowkeys.nix
|
./wshowkeys.nix
|
||||||
./bash.nix
|
./bash.nix
|
||||||
|
./obs.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
|
||||||
lib,
|
lib,
|
||||||
|
config,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
cfg = config.youthlic.programs.obs;
|
cfg = config.youthlic.programs.obs;
|
||||||
|
|
@ -16,11 +16,9 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.obs-studio-plugins; [
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
obs-source-record
|
obs-source-record
|
||||||
obs-vaapi
|
|
||||||
obs-vkcapture
|
|
||||||
obs-webkitgtk
|
|
||||||
obs-pipewire-audio-capture
|
obs-pipewire-audio-capture
|
||||||
];
|
];
|
||||||
|
enableVirtualCamera = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue