Skip to content

Commit

Permalink
Revert "foot: add foot binaries to user service's path (nix-community…
Browse files Browse the repository at this point in the history
…#2061)"

This reverts commit cb227dc.
  • Loading branch information
lunik1 committed Jun 5, 2021
1 parent 45f9cb0 commit eb32b11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion modules/programs/foot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ in {
};

Service = {
Environment = "PATH=${cfg.package}/bin";
ExecStart = "${cfg.package}/bin/foot --server";
Restart = "on-failure";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
WantedBy=graphical-session.target

[Service]
Environment=PATH=@foot@/bin
ExecStart=@foot@/bin/foot --server
Restart=on-failure

Expand Down

0 comments on commit eb32b11

Please sign in to comment.