diff --git a/modules/desktop/gui.nix b/modules/desktop/gui.nix index 6915bcf..68febcc 100644 --- a/modules/desktop/gui.nix +++ b/modules/desktop/gui.nix @@ -20,6 +20,11 @@ in { libreoffice-qt hunspell # spell check for libreoffice + + (catppuccin-gtk.override { + accents = ["rosewater"]; + variant = "mocha"; + }) ]; }; }