From 2196fafd2c442cff9413032f47b7837ac0c23ca4 Mon Sep 17 00:00:00 2001 From: Leonhard Kost Date: Mon, 15 Dec 2025 23:34:28 +0100 Subject: [PATCH] fix(hyprland): correctly set cursor theme --- modules/home-manager/hyprland.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 34baf1a..f3c4ff3 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -30,8 +30,9 @@ xwayland.enable = true; settings = { - exec-once = [ - "hyperctl setcursor Nordzy-cursors 26" + env = [ + "HYPRCURSOR_THEME,Nordzy-cursors" + "HYPRCURSOR_SIZE,26" ]; monitor = [ ",1920x1080@60,0x0,1"