From 5da01d688fcfd4d1956197f7b7f9372e88687d05 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 4 Nov 2023 16:52:03 +0300 Subject: 2023-11-04 --- modules/nixos/profiles/headful.nix | 40 ++------------------------------------ 1 file changed, 2 insertions(+), 38 deletions(-) (limited to 'modules/nixos/profiles') diff --git a/modules/nixos/profiles/headful.nix b/modules/nixos/profiles/headful.nix index 6658582..938b711 100644 --- a/modules/nixos/profiles/headful.nix +++ b/modules/nixos/profiles/headful.nix @@ -12,6 +12,7 @@ in { chromium.enable = true; firefox.enable = true; sound.enable = true; + thunderbird.enable = true; nullmailer.enable = true; @@ -30,43 +31,7 @@ in { tor-browser-bundle-bin ]; - programs = { - bash.shellAliases.open = "xdg-open"; - - thunderbird = { - enable = true; - profiles.default = { - isDefault = true; - withExternalGnupg = true; - }; - settings = { - "app.update.auto" = false; - "browser.display.document_color_use" = 2; - "browser.display.use_system_colors" = true; - "browser.search.region" = "US"; - "browser.search.update" = false; - "datareporting.healthreport.uploadEnabled" = false; - "full-screen-api.warning.delay" = 0; - "full-screen-api.warning.timeout" = 0; - "general.autoScroll" = true; - "general.smoothScroll" = true; - "mail.default_send_format" = 0; - "mail.tabs.drawInTitlebar" = - if config.nixfiles.modules.kde.enable - then 1 - else 0; - "mailnews.start_page.url" = "about:blank"; - "media.autoplay.blocking_policy" = 2; - "media.autoplay.default" = 5; - "media.autoplay.enabled" = false; - "media.hardwaremediakeys.enabled" = false; - "network.cookie.cookieBehavior" = 2; - "places.history.enabled" = false; - "reader.parse-on-load.enabled" = false; - "toolkit.legacyUserProfileCustomizations.stylesheets" = true; - }; - }; - }; + programs.bash.shellAliases.open = "xdg-open"; }; boot = { @@ -104,7 +69,6 @@ in { }; services = { - # https://github.com/NixOS/nixpkgs/issues/135888 upower.enable = true; psd.enable = true; -- cgit v1.2.3