new wallpaperthingie

This commit is contained in:
2026-03-17 20:38:24 +00:00
parent 676c24daac
commit 1395f17fc2
3 changed files with 28 additions and 7 deletions
+1 -1
View File
@@ -814,7 +814,7 @@ in
serviceConfig = {
Type = "simple";
ExecStart = "bash -c '${pkgs.wpaperd}/bin/wpaperd --config ${wallpaperTarget}/wallpaper.conf'";
ExecStart = "bash -c '${pkgs.wpaperd}/bin/wpaperd --config ${wallpaperTarget}/wallpaper.toml'";
Restart = "on-failure";
RestartSec = 1;
};