aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/services/wayland.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-06-28 17:16:06 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-06-28 17:16:06 -0700
commit1a3e433297b0ddab65c2c24c9d9876fb1b2b2802 (patch)
treec12745ef475803e9fcfbadbe31acc6da2700135b /hosts/common/optional/services/wayland.nix
parentbb7107ca7e1898ba79cf1264d0b28cb1cf80c87d (diff)
downloadnix-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 'hosts/common/optional/services/wayland.nix')
-rw-r--r--hosts/common/optional/services/wayland.nix13
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;