1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-13 10:13:39 +02:00

foot: unset PATH in server's systemd unit file

This reverts commit 40ab43ae98.
This commit is contained in:
michaelBelsanti 2024-04-21 22:29:07 -04:00
parent 670d9ecc3e
commit 2f35f0a847
No known key found for this signature in database
GPG Key ID: CEB0864EF4C8A420
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