Added obs to packages with background removal plugin

This commit is contained in:
Random936 2024-06-08 15:30:01 -07:00
parent a056559329
commit 57c91e65cf
2 changed files with 10 additions and 0 deletions

View File

@ -40,6 +40,13 @@
};
};
programs.obs-studio = {
enables = true;
plugins = with pkgs.obs-studio-plugins; [
obs-backgroundremoval
];
};
home.file = {
".Xresources".source = ../dotfiles/.Xresources;
".scripts/brightness.sh".source = ../dotfiles/.scripts/brightness.sh;

View File

@ -27,6 +27,9 @@
"nordvpn"
"docker"
"vlc"
"obs"
"obs-backgroundremoval"
];
};