fixes and extensions
This commit is contained in:
15
modules/home-manager/thunderbird.nix
Normal file
15
modules/home-manager/thunderbird.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{pkgs, ...}:
|
||||
{
|
||||
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
profiles = {
|
||||
default.isDefault = true;
|
||||
};
|
||||
settings = {
|
||||
"privacy.donottrackheader.enabled" = true;
|
||||
# TODO
|
||||
};
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user