mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
foot: require WAYLAND_DISPLAY env var
This commit is contained in:
committed by
Austin Horstman
parent
beae317ddb
commit
a53beb6353
@@ -77,6 +77,7 @@ in
|
||||
Documentation = "man:foot(1)";
|
||||
PartOf = [ cfg.server.systemdTarget ];
|
||||
After = [ cfg.server.systemdTarget ];
|
||||
ConditionEnvironment = "WAYLAND_DISPLAY";
|
||||
};
|
||||
|
||||
Service = {
|
||||
|
||||
@@ -8,6 +8,7 @@ Restart=on-failure
|
||||
|
||||
[Unit]
|
||||
After=graphical-session.target
|
||||
ConditionEnvironment=WAYLAND_DISPLAY
|
||||
Description=Fast, lightweight and minimalistic Wayland terminal emulator.
|
||||
Documentation=man:foot(1)
|
||||
PartOf=graphical-session.target
|
||||
|
||||
Reference in New Issue
Block a user