foot: unset PATH in server's systemd unit file

This reverts commit 40ab43ae98.
This commit is contained in:
quasigod 2024-04-22 12:04:34 -04:00 committed by GitHub
parent e2e7ea9b8f
commit 1451d2866d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -68,7 +68,6 @@ in {
};
Service = {
Environment = "PATH=${makeBinPath [ cfg.package ]}";
ExecStart = "${cfg.package}/bin/foot --server";
Restart = "on-failure";
OOMPolicy = "continue";

View File

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