diff --git a/home-manager/common/desktops/hyprland/components/hyprland.nix b/home-manager/common/desktops/hyprland/components/hyprland.nix index 0670cc85..89450818 100644 --- a/home-manager/common/desktops/hyprland/components/hyprland.nix +++ b/home-manager/common/desktops/hyprland/components/hyprland.nix @@ -93,6 +93,8 @@ windowrule = [ "noblur,^(firefox)$" # disables blur for firefox "opacity 1.0 override,^(firefox)$" # Sets opacity to 1 + "noblur,^(thunderbird)$" # disables blur for firefox + "opacity 1.0 override,^(thunderbird)$" # Sets opacity to 1 "noblur,^(steam)$" # disables blur for steam "opacity 1.0 override,^(steam)$" # Sets opacity to 1 "noblur,^(codium)$" # disables blur for codium diff --git a/home-manager/common/software/gui/thunderbird.nix b/home-manager/common/software/gui/thunderbird.nix index 97cdbe8c..4e22bac9 100644 --- a/home-manager/common/software/gui/thunderbird.nix +++ b/home-manager/common/software/gui/thunderbird.nix @@ -3,6 +3,7 @@ enable = true; profiles."Default" = { isDefault = true; + withExternalGnupg = true; }; }; } diff --git a/home-manager/users/albert/default.nix b/home-manager/users/albert/default.nix index dfbca67a..c120475d 100644 --- a/home-manager/users/albert/default.nix +++ b/home-manager/users/albert/default.nix @@ -33,6 +33,16 @@ ]; accounts = { + calendar = { + accounts."Nextcloud" = { + name = "Nextcloud"; + remote = { + type = "caldav"; + url = "https://cloud.sysctl.io/remote.php/dav"; + userName = "albert"; + }; + }; + }; email = { accounts."Albert Copeland" = { thunderbird = {