feat(homes): Move ghostty config to nixos and darwin modules

This commit is contained in:
Mohammad Rafiq 2025-07-14 02:26:30 +08:00
parent 0f3694c82d
commit 92e6da3645
No known key found for this signature in database
3 changed files with 10 additions and 6 deletions

View file

@ -57,16 +57,12 @@
vesktop.enable = true;
thunderbird.enable = true;
thunderbird.profiles.rafiq.isDefault = true;
# ghostty is broken on nix-darwin
ghostty.settings.confirm-close-surface = false;
firefox = {
enable = true;
inherit profiles;
};
ghostty = {
enable = true;
settings = {
confirm-close-surface = false;
};
};
};
};
}