diff --git a/modules/hyprland/home.nix b/modules/hyprland/home.nix index a53d56d..5065dcd 100644 --- a/modules/hyprland/home.nix +++ b/modules/hyprland/home.nix @@ -94,6 +94,8 @@ "XMODIFIERS,@im=fcitx" "GTK_THEME,Adwaita:dark" "QT_QPA_PLATFORMTHEME,qt5ct" + "XCURSOR_SIZE,24" + "XCURSOR_THEME,Bibata-Modern-Ice" ]; # Execute apps at launch @@ -375,6 +377,15 @@ adwaita-qt6 ]; + # Cursor theme configuration + home.pointerCursor = { + name = "Bibata-Modern-Ice"; + package = pkgs.bibata-cursors; + size = 24; + gtk.enable = true; + x11.enable = true; + }; + # Wofi application launcher configuration programs.wofi = { enable = true;