lio config in new style

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-12-30 13:21:26 -06:00
parent 230c1182e1
commit 03465ab505
9 changed files with 1738 additions and 41 deletions

4
components/hm/obs.nix Normal file
View file

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