feat: Added thunderbird
This commit is contained in:
@@ -21,5 +21,6 @@ lib.optionalAttrs device.hasGui {
|
||||
./gimp.nix
|
||||
./kicad.nix
|
||||
./chromium.nix
|
||||
./thunderbird.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -52,6 +52,6 @@
|
||||
};
|
||||
};
|
||||
in {
|
||||
programs.librewolf = config // {package = pkgs.firefox-nightly;};
|
||||
programs.librewolf = config;
|
||||
programs.firefox = config;
|
||||
}
|
||||
|
||||
7
home/apps/thunderbird.nix
Normal file
7
home/apps/thunderbird.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
profiles = {
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user