mirror of
https://github.com/nix-community/home-manager
synced 2025-01-11 19:49:49 +01:00
home-cursor: follow xdg spec for icons folder (#3851)
This commit is contained in:
parent
4e79c6a414
commit
013948ddf6
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ in {
|
||||||
# Set name in icons theme, for compatibility with AwesomeWM etc. See:
|
# Set name in icons theme, for compatibility with AwesomeWM etc. See:
|
||||||
# https://github.com/nix-community/home-manager/issues/2081
|
# https://github.com/nix-community/home-manager/issues/2081
|
||||||
# https://wiki.archlinux.org/title/Cursor_themes#XDG_specification
|
# https://wiki.archlinux.org/title/Cursor_themes#XDG_specification
|
||||||
home.file.".icons/default/index.theme".text = ''
|
xdg.dataFile."icons/default/index.theme".text = ''
|
||||||
[icon theme]
|
[icon theme]
|
||||||
Name=Default
|
Name=Default
|
||||||
Comment=Default Cursor Theme
|
Comment=Default Cursor Theme
|
||||||
|
|
Loading…
Reference in a new issue