summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/enzo/desktop.nix5
1 files changed, 5 insertions, 0 deletions
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"