Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-06-19 09:46:44 +02:00
parent 79078364f7
commit 94fe540c9d
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 10 additions and 7 deletions

View file

@ -15,7 +15,9 @@
home-manager.users.charlotte = { pkgs, ... }: {
programs.obs-studio = {
enable = true;
plugins = [ pkgs.obs-wlrobs pkgs.obs-v4l2sink ];
package = pkgs.wrapOBS {
plugins = [ pkgs.obs-studio-plugins.wlrobs ];
};
};
};