fixes and extensions

This commit is contained in:
2024-09-01 23:44:48 +02:00
parent e45a05d026
commit 7adff396c4
14 changed files with 140 additions and 59 deletions

View File

@@ -0,0 +1,15 @@
{pkgs, ...}:
{
programs.thunderbird = {
enable = true;
profiles = {
default.isDefault = true;
};
settings = {
"privacy.donottrackheader.enabled" = true;
# TODO
};
};
}