feat(home): add thunderbird module, included in common.nix
This commit is contained in:
12
home/modules/thunderbird/default.nix
Normal file
12
home/modules/thunderbird/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"privacy.donottrackheader.enabled" = true;
|
||||
};
|
||||
|
||||
profiles.default = {
|
||||
isDefault = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user