feat(homes): Move obs-studio config to nixos module

This commit is contained in:
Mohammad Rafiq 2025-07-14 02:49:24 +08:00
parent 40b45c6c78
commit 50a183a040
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -50,7 +50,6 @@
}; };
}; };
programs = { programs = {
obs-studio.enable = true;
vesktop.enable = true; vesktop.enable = true;
thunderbird.enable = true; thunderbird.enable = true;
thunderbird.profiles.rafiq.isDefault = true; thunderbird.profiles.rafiq.isDefault = true;

View file

@ -146,6 +146,7 @@ in
mako.settings.default-timeout = 10000; mako.settings.default-timeout = 10000;
}; };
programs = { programs = {
obs-studio.enable = true;
fuzzel.enable = true; fuzzel.enable = true;
ghostty.enable = true; ghostty.enable = true;
waybar = { waybar = {