os/overlays/cursor.nix

8 lines
171 B
Nix
Raw Normal View History

final: prev: {
# set default cursor theme when installed
cursor = prev.writeTextDir "share/icons/default/index.theme" ''
[icon theme]
Inherits=Adwaita
'';
}