fix(hyprland@modules): fixed hyprland cursor

This commit is contained in:
2025-10-30 09:08:54 +00:00
parent 4f33954d9d
commit db71e95b19

View File

@@ -1,5 +1,15 @@
{ inputs, pkgs, ... }: { inputs, pkgs, ... }:
{ {
home.packages = [
pkgs.hyprcursor
pkgs.rose-pine-cursor
];
home.pointerCursor = {
enable = true;
name = "rose-pine-hyprcursor";
package = pkgs.rose-pine-hyprcursor;
hyprcursor.enable = true;
};
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
monitor = [ monitor = [
"HDMI-A-1, 1920x1080@60, 0x0, 1" "HDMI-A-1, 1920x1080@60, 0x0, 1"
@@ -9,6 +19,7 @@
"hyprctl dispatch workspace 2" # shit solution to get quickshell on the right monitor "hyprctl dispatch workspace 2" # shit solution to get quickshell on the right monitor
]; ];
env = [ env = [
"XCURSOR_THEME,BreezeX-RosePine-Linux"
"XCURSOR_SIZE,24" "XCURSOR_SIZE,24"
"HYPRCURSOR_SIZE,24" "HYPRCURSOR_SIZE,24"
"LIBVA_DRIVER_NAME,nvidia" "LIBVA_DRIVER_NAME,nvidia"