flake/home-manager/obs.nix

6 lines
54 B
Nix
Raw Normal View History

2025-03-19 05:08:11 -05:00
{
programs.obs-studio = {
enable = true;
};
}