attempt to fix wallpaper applying with noctalia

This commit is contained in:
Sean Kovacs 2025-12-17 15:35:08 -05:00
commit 46d92c5e6f
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -67,8 +67,12 @@ in
After = [
"network-online.target"
"niri.service"
"noctalia.service"
];
Wants = [
"network-online.target"
"noctalia.service"
];
Wants = [ "network-online.target" ];
};
Service = {