Added obs to packages with background removal plugin
This commit is contained in:
parent
a056559329
commit
57c91e65cf
@ -40,6 +40,13 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.obs-studio = {
|
||||||
|
enables = true;
|
||||||
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
|
obs-backgroundremoval
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".Xresources".source = ../dotfiles/.Xresources;
|
".Xresources".source = ../dotfiles/.Xresources;
|
||||||
".scripts/brightness.sh".source = ../dotfiles/.scripts/brightness.sh;
|
".scripts/brightness.sh".source = ../dotfiles/.scripts/brightness.sh;
|
||||||
|
@ -27,6 +27,9 @@
|
|||||||
"nordvpn"
|
"nordvpn"
|
||||||
"docker"
|
"docker"
|
||||||
"vlc"
|
"vlc"
|
||||||
|
|
||||||
|
"obs"
|
||||||
|
"obs-backgroundremoval"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user