diff options
Diffstat (limited to 'machines/enzo/desktop.nix')
| -rw-r--r-- | machines/enzo/desktop.nix | 5 |
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" |
