feat: add obc, vlc, sway wallpaper

This commit is contained in:
Jacob Bachmann 2023-09-19 18:47:42 +02:00
parent 63fa7916fd
commit 350aebc01d
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
4 changed files with 26 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{ pkgs, ... }: {
programs.obs-studio = {
enable = true;
plugins = [ pkgs.obs-studio-plugins.wlrobs ];
};
}