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"; + ]; }