1
0
forked from extern/nix-config
donovanglover-nix-config/home/xcursor.nix

7 lines
117 B
Nix
Raw Normal View History

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