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;