0xda157's home-manager and nixos config

add thunderbird

0xda157 f3b95015 a226c22a

+7
+1
modules/home/suites/desktop/default.nix
··· 23 23 zathura.enable = true; 24 24 ncspot.enable = true; 25 25 cava.enable = true; 26 + thunderbird.enable = true; 26 27 }; 27 28 28 29 home.packages = with pkgs; [
+6
modules/users/da157/gui/thunderbird/default.nix
··· 1 + { 2 + programs.thunderbird.profiles.default = { 3 + isDefault = true; 4 + withExternalGnupg = true; 5 + }; 6 + }