diff --git a/home-manager/common/software/gui/thunderbird.nix b/home-manager/common/software/gui/thunderbird.nix index 852ea90e..1bf9cba0 100644 --- a/home-manager/common/software/gui/thunderbird.nix +++ b/home-manager/common/software/gui/thunderbird.nix @@ -1,9 +1,5 @@ { ... }: { programs.thunderbird = { enable = true; - profiles.Default = { - isDefault = true; - name = "default"; - }; }; } \ No newline at end of file