xsession.pointerCursor: .icons file for AwesomeWM (#2084)
This commit is contained in:
parent
06a98ba0fd
commit
aa36e2d6b4
|
@ -79,5 +79,14 @@ in {
|
|||
"gtk-cursor-theme-size" = cfg.size;
|
||||
};
|
||||
|
||||
# Set name in icons theme, for compatibility with AwesomeWM etc. See:
|
||||
# https://github.com/nix-community/home-manager/issues/2081
|
||||
# https://wiki.archlinux.org/title/Cursor_themes#XDG_specification
|
||||
home.file.".icons/default/index.theme".text = ''
|
||||
[icon theme]
|
||||
Name=Default
|
||||
Comment=Default Cursor Theme
|
||||
Inherits=${cfg.name}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue