{ nixosConfig, lib, ... }: { programs.thunderbird = lib.mkIf nixosConfig.my.desktop.enable { enable = true; }; }