feat: Added thunderbird

This commit is contained in:
uttarayan21
2025-03-29 12:19:32 +05:30
parent 8218f96532
commit 39a02eae9a
3 changed files with 9 additions and 1 deletions

View File

@@ -52,6 +52,6 @@
};
};
in {
programs.librewolf = config // {package = pkgs.firefox-nightly;};
programs.librewolf = config;
programs.firefox = config;
}