From 88a3f7d822f990c44bd75c422af3b57623b6c9a2 Mon Sep 17 00:00:00 2001 From: Weckyy702 Date: Sat, 7 Feb 2026 19:25:44 +0100 Subject: [PATCH] Set cursor theme to catppuccin --- home/home.nix | 16 ++++++++++++++++ home/hyprland/settings.nix | 4 ++++ 2 files changed, 20 insertions(+) diff --git a/home/home.nix b/home/home.nix index 52c88e9..142a1bd 100644 --- a/home/home.nix +++ b/home/home.nix @@ -34,6 +34,22 @@ top @ { config unzip ]; + home.pointerCursor = + let + size = 24; + in + { + enable = true; + package = pkgs.catppuccin-cursors.mochaMauve; + name = "catppuccin-mocha-mauve-cursors"; + inherit size; + + dotIcons.enable = true; + gtk.enable = true; + hyprcursor.enable = true; + hyprcursor.size = size; + }; + catppuccin.enable = true; gtk = { diff --git a/home/hyprland/settings.nix b/home/hyprland/settings.nix index ea95476..8555721 100644 --- a/home/hyprland/settings.nix +++ b/home/hyprland/settings.nix @@ -19,6 +19,10 @@ follow_mouse = 1; }; + exec-once = [ + "hyprctl setcursor catppuccin-mocha-mauve-cursors 24" + ]; + bind = [ "$mod, Q, exit"