Add unstable thunderbird with home-manager

This commit is contained in:
Dave Gallant
2023-07-14 08:24:12 -04:00
parent f0fc984686
commit 2a96f54721
7 changed files with 26 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
{
lib,
pkgs,
unstable,
...
}: let
hound-nvim = pkgs.vimUtils.buildVimPlugin {
@@ -444,6 +445,16 @@ in {
];
};
thunderbird = {
enable = stdenv.isLinux;
package = unstable.thunderbird;
profiles = {
default = {
isDefault = true;
};
};
};
firefox = {
enable = stdenv.isLinux;