diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-01-04 11:55:51 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-01-04 11:55:51 +0300 |
commit | b41c88fa6e6348d74dd9a27f51e72799bd9f7230 (patch) | |
tree | d149e2dec10dffa3bc617409ab192c8ebf9cfea9 /modules/nixos/thunderbird.nix | |
parent | 2023-12-26 (diff) |
2024-01-04
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/thunderbird.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/nixos/thunderbird.nix b/modules/nixos/thunderbird.nix index 2261dcd..ff0d823 100644 --- a/modules/nixos/thunderbird.nix +++ b/modules/nixos/thunderbird.nix @@ -32,10 +32,7 @@ in { "general.autoScroll" = true; "general.smoothScroll" = true; "mail.default_send_format" = 0; - "mail.tabs.drawInTitlebar" = - if config.nixfiles.modules.kde.enable - then 1 - else 0; + "mail.tabs.drawInTitlebar" = 1; "mailnews.start_page.url" = "about:blank"; "media.autoplay.blocking_policy" = 2; "media.autoplay.default" = 5; |