11 lines
229 B
Nix
11 lines
229 B
Nix
{
|
|
services.linux-wallpaperengine = {
|
|
enable = true;
|
|
};
|
|
|
|
nmt.script = ''
|
|
assertFileContent \
|
|
home-files/.config/systemd/user/linux-wallpaperengine.service \
|
|
${./null-options-expected.service}
|
|
'';
|
|
}
|