feat(homes): Move obs-studio config to nixos module
This commit is contained in:
parent
40b45c6c78
commit
50a183a040
2 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,6 @@
|
|||
};
|
||||
};
|
||||
programs = {
|
||||
obs-studio.enable = true;
|
||||
vesktop.enable = true;
|
||||
thunderbird.enable = true;
|
||||
thunderbird.profiles.rafiq.isDefault = true;
|
||||
|
|
|
@ -146,6 +146,7 @@ in
|
|||
mako.settings.default-timeout = 10000;
|
||||
};
|
||||
programs = {
|
||||
obs-studio.enable = true;
|
||||
fuzzel.enable = true;
|
||||
ghostty.enable = true;
|
||||
waybar = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue