attempt to fix wallpaper applying with noctalia
This commit is contained in:
parent
56eb7117ca
commit
46d92c5e6f
1 changed files with 5 additions and 1 deletions
|
|
@ -67,8 +67,12 @@ in
|
||||||
After = [
|
After = [
|
||||||
"network-online.target"
|
"network-online.target"
|
||||||
"niri.service"
|
"niri.service"
|
||||||
|
"noctalia.service"
|
||||||
|
];
|
||||||
|
Wants = [
|
||||||
|
"network-online.target"
|
||||||
|
"noctalia.service"
|
||||||
];
|
];
|
||||||
Wants = [ "network-online.target" ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue