9 lines
142 B
Nix
9 lines
142 B
Nix
{
|
|
services.wpaperd = {
|
|
enable = true;
|
|
};
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/wpaperd/wallpaper.toml
|
|
'';
|
|
}
|