From 2a733f6e2a3eb920b8430fb906c29267f3817f96 Mon Sep 17 00:00:00 2001 From: lightly-toasted Date: Thu, 28 Aug 2025 21:58:54 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20set=20Ros=C3=A9=20Pine=20cursor=20theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/toast/modules/hyprland.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/home/toast/modules/hyprland.nix b/home/toast/modules/hyprland.nix index 02e2291..0566037 100644 --- a/home/toast/modules/hyprland.nix +++ b/home/toast/modules/hyprland.nix @@ -19,8 +19,6 @@ "$mod" = "SUPER"; env = [ - "XCURSOR_SIZE,24" - "HYPRCURSOR_SIZE,24" "LIBVA_DRIVER_NAME,nvidia" "__GLX_VENDOR_LIBRARY_NAME,nvidia" "QT_QPA_PLATFORM,wayland" @@ -176,4 +174,13 @@ ]; }; }; + + home.pointerCursor = { + package = pkgs.rose-pine-cursor; + name = "BreezeX-RosePine-Linux"; + size = 24; + + gtk.enable = true; + x11.enable = true; + }; }