mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
Fix typo (in eww-window service partof)
This commit is contained in:
parent
8f4f9a7bd9
commit
5c1b4748e0
|
@ -43,7 +43,7 @@ in {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "Open %I eww (ElKowar's Wacky Widgets) window";
|
Description = "Open %I eww (ElKowar's Wacky Widgets) window";
|
||||||
After = [ "eww.service" ];
|
After = [ "eww.service" ];
|
||||||
PartOf = [ "graphical-session-pre.target" ];
|
PartOf = [ "graphical-session.target" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
|
|
Loading…
Reference in a new issue