mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
13 lines
262 B
Diff
13 lines
262 B
Diff
|
--- a/misc/iwgtk.service
|
||
|
+++ b/misc/iwgtk.service
|
||
|
@@ -6,7 +6,8 @@ PartOf=graphical-session.target
|
||
|
After=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
-ExecStart=iwgtk -i
|
||
|
+ExecStart=@out@/bin/iwgtk -i
|
||
|
+PassEnvironment=DISPLAY XAUTHORITY
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|