home-cursor: update URL to Freedesktop.org specs
The old one returns a `404 - Page not found` error. Located the content via archive.org¹ and a quick search yielded the current URL for the spec. ¹: https://web.archive.org/web/20161024065530/https://specifications.freedesktop.org/icon-theme-spec/latest/ar01s03.html
This commit is contained in:
parent
564bc37de5
commit
e473bdcd87
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ in
|
|||
(mkIf cfg.dotIcons.enable {
|
||||
# Add symlink of cursor icon directory to $HOME/.icons, needed for
|
||||
# backwards compatibility with some applications. See:
|
||||
# https://specifications.freedesktop.org/icon-theme-spec/latest/ar01s03.html
|
||||
# https://specifications.freedesktop.org/icon-theme/latest/#directory_layout
|
||||
home.file.".icons/default/index.theme".source =
|
||||
"${defaultIndexThemePackage}/share/icons/default/index.theme";
|
||||
home.file.".icons/${cfg.name}".source = "${cfg.package}/share/icons/${cfg.name}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue