definitely needs sops-nix so i can do declarative thunderbird settings without doxxing myself lmao
12 lines
203 B
Nix
12 lines
203 B
Nix
{ ... }:{
|
|
programs.thunderbird = {
|
|
enable = true;
|
|
# profiles.blue = {
|
|
# isDefault = true;
|
|
# search = {
|
|
# default = "ddg";
|
|
# force = true;
|
|
# };
|
|
# };
|
|
};
|
|
}
|