mirror of
https://github.com/divnix/digga.git
synced 2024-11-23 20:22:04 +03:00
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.
8 lines
171 B
Nix
8 lines
171 B
Nix
final: prev: {
|
|
# set default cursor theme when installed
|
|
cursor = prev.writeTextDir "share/icons/default/index.theme" ''
|
|
[icon theme]
|
|
Inherits=Adwaita
|
|
'';
|
|
}
|