From 46d92c5e6f9a8c69525f8d2d69d6ff2d90ec58ca Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Wed, 17 Dec 2025 15:35:08 -0500 Subject: [PATCH] attempt to fix wallpaper applying with noctalia --- home/tiling/wallpaper/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home/tiling/wallpaper/default.nix b/home/tiling/wallpaper/default.nix index c7187fb..805c698 100644 --- a/home/tiling/wallpaper/default.nix +++ b/home/tiling/wallpaper/default.nix @@ -67,8 +67,12 @@ in After = [ "network-online.target" "niri.service" + "noctalia.service" + ]; + Wants = [ + "network-online.target" + "noctalia.service" ]; - Wants = [ "network-online.target" ]; }; Service = {