mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
The `XCURSOR_*` environment variables specified in libxcursor are used by many applications and libraries to load and configure cursor settings. Setting these variables is a no-op if ignored but is useful as a fallback when other sources of configuration are unreliable. This commit sets some commonly used `XCURSOR_*` environment variables (i.e XCURSOR_THEME, XCURSOR_SIZE) by default when `home.pointerCursor` is enabled.