diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-06-28 17:16:06 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-06-28 17:16:06 -0700 |
commit | 1a3e433297b0ddab65c2c24c9d9876fb1b2b2802 (patch) | |
tree | c12745ef475803e9fcfbadbe31acc6da2700135b /hosts/common/optional/services/wayland.nix | |
parent | bb7107ca7e1898ba79cf1264d0b28cb1cf80c87d (diff) | |
download | nix-1a3e433297b0ddab65c2c24c9d9876fb1b2b2802.tar nix-1a3e433297b0ddab65c2c24c9d9876fb1b2b2802.tar.gz nix-1a3e433297b0ddab65c2c24c9d9876fb1b2b2802.tar.bz2 nix-1a3e433297b0ddab65c2c24c9d9876fb1b2b2802.tar.lz nix-1a3e433297b0ddab65c2c24c9d9876fb1b2b2802.tar.xz nix-1a3e433297b0ddab65c2c24c9d9876fb1b2b2802.tar.zst nix-1a3e433297b0ddab65c2c24c9d9876fb1b2b2802.zip |
Configure regreet
Diffstat (limited to '')
-rw-r--r-- | hosts/common/optional/services/wayland.nix | 13 |
1 files changed, 12 insertions, 1 deletions
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; |