diff options
Diffstat (limited to 'dot-config/systemd')
| l--------- | dot-config/systemd/user/default.target.wants/yubikey-agent.service | 1 | ||||
| -rw-r--r-- | dot-config/systemd/user/yubikey-agent.service.d/override.conf | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dot-config/systemd/user/default.target.wants/yubikey-agent.service b/dot-config/systemd/user/default.target.wants/yubikey-agent.service new file mode 120000 index 0000000..c9efe90 --- /dev/null +++ b/dot-config/systemd/user/default.target.wants/yubikey-agent.service @@ -0,0 +1 @@ +/usr/lib/systemd/user/yubikey-agent.service
\ No newline at end of file diff --git a/dot-config/systemd/user/yubikey-agent.service.d/override.conf b/dot-config/systemd/user/yubikey-agent.service.d/override.conf new file mode 100644 index 0000000..f5fa213 --- /dev/null +++ b/dot-config/systemd/user/yubikey-agent.service.d/override.conf @@ -0,0 +1,3 @@ +[Service] +Environment=WAYLAND_DISPLAY=wayland-0 +Environment=DISPLAY=:1 |
