mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -05:00
aly/thunderbird: don't hide titlebar
This commit is contained in:
parent
483fa70f5b
commit
e99d409004
|
@ -23,7 +23,7 @@ self: {
|
|||
};
|
||||
};
|
||||
|
||||
packages = with pkgs;[
|
||||
packages = with pkgs; [
|
||||
bitwarden-desktop
|
||||
browsh
|
||||
curl
|
||||
|
|
|
@ -104,6 +104,7 @@ in {
|
|||
settings = {
|
||||
"calendar.timezone.useSystemTimezone" = true;
|
||||
"datareporting.healthreport.uploadEnabled" = false;
|
||||
"mail.tabs.drawInTitlebar" = false;
|
||||
"mailnews.default_sort_order" = 2; # descending, 1 for ascending
|
||||
"mailnews.default_sort_type" = 18; # sort by date
|
||||
"mailnews.message_display.disable_remote_image" = false;
|
||||
|
|
Loading…
Reference in a new issue