From 1a3e433297b0ddab65c2c24c9d9876fb1b2b2802 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 28 Jun 2025 17:16:06 -0700 Subject: Configure regreet --- hosts/common/optional/services/wayland.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/hosts/common/optional/services/wayland.nix b/hosts/common/optional/services/wayland.nix index 03c4558..218857a 100644 --- a/hosts/common/optional/services/wayland.nix +++ b/hosts/common/optional/services/wayland.nix @@ -50,7 +50,18 @@ package = pkgs.master.firefox; }; - regreet.enable = true; + regreet= { + enable = true; + settings = { + GTK = lib.mkForce { + application_prefer_dark_theme = true; + cursor_theme_name = "catppuccin-mocha-blue-cursors"; + font_name = "Work Sans 16"; + icon_theme_name = "Papirus-Dark"; + theme_name = "catppuccin-mocha-blue-standard"; + }; + }; + }; sway = { enable = true; -- cgit v1.2.3