diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 35f3c53..dd362ee 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -6,7 +6,7 @@ in { enable = true; settings = { exec-once = [ - "hyprctl setcursor capitaine-cursors-white 32" # Set mouse cursor + "hyprctl setcursor capitaine-cursors 32" # Set mouse cursor "wl-paste --type text --watch cliphist store" # Stores only text data "wl-paste --type image --watch cliphist store" # Stores only image data ];