diff --git a/home/modules/niri.nix b/home/modules/niri.nix index c625762..e2f563c 100644 --- a/home/modules/niri.nix +++ b/home/modules/niri.nix @@ -6,7 +6,13 @@ settings = { spawn-at-startup = [ - {sh = "swaybg" "--image" "/home/benag/.nix-config/assets/pictures/bocchi-wallpaper.png";} + { + argv = [ + "swaybg" + "--image" + "/home/benag/.nix-config/assets/pictures/bocchi-wallpaper.png" + ]; + } ]; input = {