mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
This commit fixes a typo in XDG data directory link location in the `home.pointerCursor` module where the link is placed at $XDG_DATA_HOME/.icons instead of the correct location $XDG_DATA_HOME/icons. Fixes #4638