feat: Disable thunderbird on darwin
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
enable = pkgs.stdenv.isLinux;
|
||||
profiles = {
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user