feat: nb add scana11y address and change firefox config
This commit is contained in:
@@ -79,6 +79,10 @@ let
|
||||
"media.ffmpeg.vaapi-drm-display.enabled" = true;
|
||||
"gfx.webrender.all" = true;
|
||||
"xpinstall.signatures.required" = false;
|
||||
"layers.acceleration.disabled" = false;
|
||||
"gfx.webrender.force-disabled" = false;
|
||||
"gfx.webrender.software" = false;
|
||||
"gfx.webrender.compositor" = true;
|
||||
};
|
||||
|
||||
# firefoxUserChrome = ''
|
||||
@@ -445,6 +449,32 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
"office@scana11y.com" = {
|
||||
realName = "Dominik Polakovics";
|
||||
address = "office@scana11y.com";
|
||||
userName = "office@scana11y.com";
|
||||
imap = {
|
||||
host = "imap.cloonar.com";
|
||||
port = 993;
|
||||
};
|
||||
smtp = {
|
||||
host = "mail.cloonar.com";
|
||||
port = 587;
|
||||
tls = {
|
||||
enable = true;
|
||||
useStartTls = true;
|
||||
};
|
||||
};
|
||||
thunderbird = {
|
||||
enable = true;
|
||||
profiles = [ "cloonar" "work" ];
|
||||
settings = id: {
|
||||
"mail.identity.id_${id}.reply_on_top" = 1;
|
||||
"mail.identity.id_${id}.sig_bottom" = false;
|
||||
"mail.identity.id_${id}.htmlSigFormat" = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
"dominik.polakovics@epicenter.works" = {
|
||||
realName = "Dominik Polakovics";
|
||||
address = "dominik.polakovics@epicenter.works";
|
||||
|
||||
Reference in New Issue
Block a user