From e4f6fc84f0220a84f6a52dff6b27d51b73c50ecd Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Sat, 22 Nov 2025 15:48:59 +0100 Subject: [PATCH] wip: dnsc-machine setup --- hosts/dnsc-machine/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dnsc-machine/default.nix b/hosts/dnsc-machine/default.nix index e7e4fd2..e104552 100644 --- a/hosts/dnsc-machine/default.nix +++ b/hosts/dnsc-machine/default.nix @@ -194,7 +194,7 @@ Requisite = "graphical-session.target"; }; serviceConfig = { - ExecStart = "${pkgs.swaybg} -o * -i %h/Pictures/Wallpapers/cyberpunk.jpg -m fill"; + ExecStart = "${pkgs.swaybg}/bin/swaybg -o * -i %h/Pictures/Wallpapers/cyberpunk.jpg -m fill"; Restart = "on-failure"; }; };