From a145df75596582e2745b2bcd17abf7e13e2ef3e2 Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 25 Jan 2026 21:52:42 +0100 Subject: [PATCH] non important commit --- home/modules/niri.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 = {