Reorganize some apps and add wlsunset

This commit is contained in:
Jimbo 2024-12-22 22:01:38 -05:00
parent 8ffc50bef7
commit 829459865c
11 changed files with 10 additions and 14 deletions

View file

@ -0,0 +1,14 @@
{ pkgs, ... }:
{
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
obs-pipewire-audio-capture
obs-webkitgtk
obs-multi-rtmp
obs-vkcapture
obs-tuna
looking-glass-obs
];
};
}