feat: added obs
This commit is contained in:
parent
f75622c263
commit
1d56632a72
11
users/common/programs/obs.nix
Normal file
11
users/common/programs/obs.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
programs.obs-studio = {
|
||||||
|
enable = true;
|
||||||
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
|
obs-backgroundremoval
|
||||||
|
obs-pipewire-audio-capture
|
||||||
|
obs-vaapi
|
||||||
|
obs-nvfbc
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
|
@ -60,6 +60,7 @@ lib.optionalAttrs (!minimal) {
|
||||||
../common/programs/thunderbird.nix
|
../common/programs/thunderbird.nix
|
||||||
../common/programs/spicetify.nix
|
../common/programs/spicetify.nix
|
||||||
../common/programs/minecraft.nix
|
../common/programs/minecraft.nix
|
||||||
|
../common/programs/obs.nix
|
||||||
]
|
]
|
||||||
++ {
|
++ {
|
||||||
"desktopnix" = [
|
"desktopnix" = [
|
||||||
|
|
Loading…
Reference in a new issue