1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-10-01 10:47:29 +02:00
home-manager/modules/config
polykernel bdb5bcad01
home-cursor: improve icon compatibility
The current cursor configuration poorly accomodate applications not
following the XDG icon theme spec. As a result, some applications fail
to locate user defined icons and themes.

To address this, symlinks from icon directories in the provided cursor
package was to $HOME/.icons were added added for greater compatibility
with applications using hardcoded icons directories. This approach was
chosen to allow for coexistence of declarative and non-declarative
icon files in the icons directory. In addition, symlinks of icon
directories were mirrored in $XDG_DATA_HOME/.icons for backwards
compatibility. As per the XDG icon theme spec, applications are to
search in $HOME/.icons first for icons and themes so the existing
behavior should not break for XDG compliant applications[1].

[1] https://specifications.freedesktop.org/icon-theme-spec/latest/ar01s03.html
2023-08-19 14:32:28 +02:00
..
home-cursor.nix home-cursor: improve icon compatibility 2023-08-19 14:32:28 +02:00
i18n.nix treewide: remove now-redundant lib.mdDoc calls 2023-07-17 18:49:09 +01:00