From 5046c0fa2e1f99fa7b2e045ac93ba4971b5efac5 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 18 Nov 2023 14:52:48 -0500 Subject: [PATCH] stylix: Style cursor with new option --- containers/shared.nix | 1 - modules/stylix.nix | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/containers/shared.nix b/containers/shared.nix index fa55c45..4d0c80d 100644 --- a/containers/shared.nix +++ b/containers/shared.nix @@ -41,7 +41,6 @@ MOZ_ENABLE_WAYLAND = "1"; XDG_RUNTIME_DIR = "/run/user/1000"; DISPLAY = ":0"; - XCURSOR_SIZE = "24"; GTK_IM_MODULE = "fcitx"; QT_IM_MODULE = "fcitx"; XMODIFIERS = "@im=fcitx"; diff --git a/modules/stylix.nix b/modules/stylix.nix index a25f79f..c767b80 100644 --- a/modules/stylix.nix +++ b/modules/stylix.nix @@ -15,6 +15,12 @@ in popups = opacity; }; + stylix.cursor = with pkgs; { + package = phinger-cursors; + name = "phinger-cursors"; + size = 24; + }; + stylix.fonts = with pkgs; { serif = { package = noto-fonts-cjk-sans;