4cf8048807
Overlays now live globally in the overlays directory. They will be pulled into the flake and the rest of your configuration automatically from there.
7 lines
171 B
Nix
7 lines
171 B
Nix
final: prev: {
|
|
# set default cursor theme when installed
|
|
cursor = prev.writeTextDir "share/icons/default/index.theme" ''
|
|
[icon theme]
|
|
Inherits=Adwaita
|
|
'';
|
|
}
|