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";