nixconf/home-manager/thunderbird.nix
Gabriella Bere d4eb4387c2 move thunderbird to thunderbird.nix
definitely needs sops-nix so i can do declarative thunderbird settings
without doxxing myself lmao
2025-08-11 23:17:26 +01:00

12 lines
203 B
Nix

{ ... }:{
programs.thunderbird = {
enable = true;
# profiles.blue = {
# isDefault = true;
# search = {
# default = "ddg";
# force = true;
# };
# };
};
}