Add obs studio

This commit is contained in:
2026-01-29 21:38:39 +01:00
parent b9813d2591
commit f656cdc766
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{ config, pkgs, ... }:
{
programs.obs-studio.enable = true;
}