nixos-config/home/xcursor.nix
2023-08-06 09:24:27 +02:00

7 lines
117 B
Nix

{
home.file.".icons/default/index.theme".text = /* ini */ ''
[icon theme]
Inherits=phinger-cursors
'';
}