From 84ff065ab0a95cc440d1e7c1485cbf4ce740fedc Mon Sep 17 00:00:00 2001 From: "Henry J. Webster" Date: Thu, 30 Jul 2026 17:47:25 -0500 Subject: enzo: install adwaita-icon-theme for cursor shapes XCURSOR_THEME/niri point at Adwaita but the theme wasn't installed, so named cursor shapes (link pointer/hand) failed to load and the cursor never changed on hover. Install adwaita-icon-theme so the theme files exist on disk. Assisted-by: Claude:claude-opus-4-8 --- machines/enzo/desktop.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machines/enzo/desktop.nix b/machines/enzo/desktop.nix index aa23083..8d61670 100644 --- a/machines/enzo/desktop.nix +++ b/machines/enzo/desktop.nix @@ -60,6 +60,11 @@ XCURSOR_SIZE = "24"; }; + # Cursor theme referenced by XCURSOR_THEME / niri's xcursor-theme. Without this + # package the Adwaita cursor files aren't on disk, so named shapes (e.g. the + # link "pointer"/hand) fail to load and the cursor never changes on hover. + environment.systemPackages = [ pkgs.adwaita-icon-theme ]; + # --- User: groups + niri essentials --- users.users.hwebs.extraGroups = [ "audio" -- cgit v1.3