Revert "foot: add foot binaries to user service's path (#2061)"
This reverts commit cb227dc6c2
.
This commit is contained in:
parent
19d95258ac
commit
e4c55ed4e6
|
@ -66,7 +66,6 @@ in {
|
|||
};
|
||||
|
||||
Service = {
|
||||
Environment = "PATH=${cfg.package}/bin";
|
||||
ExecStart = "${cfg.package}/bin/foot --server";
|
||||
Restart = "on-failure";
|
||||
};
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
WantedBy=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Environment=PATH=@foot@/bin
|
||||
ExecStart=@foot@/bin/foot --server
|
||||
Restart=on-failure
|
||||
|
||||
|
|
Loading…
Reference in a new issue