mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
Revert "foot: add foot binaries to user service's path (#2061)"
This reverts commit cb227dc6c2
.
This commit is contained in:
parent
19d95258ac
commit
e4c55ed4e6
2 changed files with 0 additions and 2 deletions
|
@ -66,7 +66,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
Environment = "PATH=${cfg.package}/bin";
|
|
||||||
ExecStart = "${cfg.package}/bin/foot --server";
|
ExecStart = "${cfg.package}/bin/foot --server";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
};
|
};
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
WantedBy=graphical-session.target
|
WantedBy=graphical-session.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=PATH=@foot@/bin
|
|
||||||
ExecStart=@foot@/bin/foot --server
|
ExecStart=@foot@/bin/foot --server
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue