feat: Disable thunderbird on darwin

This commit is contained in:
uttarayan21
2025-03-30 01:57:50 +05:30
parent c0f42c76b1
commit 81c8428745

View File

@@ -1,6 +1,6 @@
{pkgs, ...}: { {pkgs, ...}: {
programs.thunderbird = { programs.thunderbird = {
enable = true; enable = pkgs.stdenv.isLinux;
profiles = { profiles = {
}; };
}; };