This commit is contained in:
insects 2024-08-22 18:40:53 +02:00
parent dbd28a180c
commit 875569410e
2 changed files with 11 additions and 0 deletions
home/features/desktop

View file

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