Revert "foot: add foot binaries to user service's path (#2061)"

This reverts commit cb227dc6c2.
This commit is contained in:
lunik1 2021-06-05 15:31:48 +01:00 committed by Robert Helgesson
parent 19d95258ac
commit e4c55ed4e6
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
2 changed files with 0 additions and 2 deletions

View file

@ -66,7 +66,6 @@ in {
};
Service = {
Environment = "PATH=${cfg.package}/bin";
ExecStart = "${cfg.package}/bin/foot --server";
Restart = "on-failure";
};

View file

@ -2,7 +2,6 @@
WantedBy=graphical-session.target
[Service]
Environment=PATH=@foot@/bin
ExecStart=@foot@/bin/foot --server
Restart=on-failure