diff --git a/home/desktop/thunderbird.nix b/home/desktop/thunderbird.nix index 38c095f..c691515 100644 --- a/home/desktop/thunderbird.nix +++ b/home/desktop/thunderbird.nix @@ -2,5 +2,10 @@ { programs.thunderbird = lib.mkIf nixosConfig.my.desktop.enable { enable = true; + profiles = { + default = { + name = "default"; + }; + }; }; } \ No newline at end of file