From 63edc97b48bf0d230936e586923724195e2118aa Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Sat, 22 Nov 2025 15:53: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 de302be..26d2b6c 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}/bin/swaybg -o * -i %h/Pictures/Wallpapers/coom.jpg -m fill"; + ExecStart = "${pkgs.swaybg}/bin/swaybg -o * -i %h/Pictures/Wallpapers/powerline.jpg -m fill"; Restart = "on-failure"; }; };