From 25ad6502fcf9792cb42ab54e7f006402a87a1b8e Mon Sep 17 00:00:00 2001 From: kenji Date: Thu, 7 May 2026 11:30:27 -0500 Subject: [PATCH] feat(cursor): replaced cursor with modern ice bibata for visual clarity --- modules/home/theme.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/theme.nix b/modules/home/theme.nix index 3d31b29..324260c 100644 --- a/modules/home/theme.nix +++ b/modules/home/theme.nix @@ -5,13 +5,13 @@ home.pointerCursor = { gtk.enable = true; - package = pkgs.catppuccin-cursors.mochaDark; - name = "Catppuccin Mocha Dark"; + package = pkgs.bibata-cursors; + name = "Bibata-Modern-Ice"; size = 24; }; wayland.windowManager.hyprland.settings = { env = [ - "HYPRCURSOR_THEME,Catppuccin Mocha Dark" + "HYPRCURSOR_THEME,Bibata-Modern-Ice" "HYPRCURSOR_SIZE,24" ]; };