tangled
alpha
login
or
join now
da157.id
/
nix-config
0
fork
atom
0xda157's home-manager and nixos config
0
fork
atom
overview
issues
pulls
pipelines
add thunderbird
0xda157
2 months ago
f3b95015
a226c22a
+7
2 changed files
expand all
collapse all
unified
split
modules
home
suites
desktop
default.nix
users
da157
gui
thunderbird
default.nix
+1
modules/home/suites/desktop/default.nix
···
23
23
zathura.enable = true;
24
24
ncspot.enable = true;
25
25
cava.enable = true;
26
26
+
thunderbird.enable = true;
26
27
};
27
28
28
29
home.packages = with pkgs; [
+6
modules/users/da157/gui/thunderbird/default.nix
···
1
1
+
{
2
2
+
programs.thunderbird.profiles.default = {
3
3
+
isDefault = true;
4
4
+
withExternalGnupg = true;
5
5
+
};
6
6
+
}