From 82a001387ab195c7fe1918082928067fbc4593ec Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 3 May 2026 01:12:58 -0500 Subject: [PATCH] Configure hyprcursor --- desktop/hyprland.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/desktop/hyprland.nix b/desktop/hyprland.nix index 7b1ef8f..e029921 100644 --- a/desktop/hyprland.nix +++ b/desktop/hyprland.nix @@ -49,4 +49,10 @@ slurp wl-clipboard ]; + + # Some basic hyprcursor stuff + environment.variables = [ + HYPRCURSOR_THEME = "Adwaita"; + HYPRCURSOR_SIZE = "24"; + ]; }