From 2b3f191572d429474f484624e3c6b83fdd7dd74b Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Tue, 6 Jan 2026 00:57:02 +0100 Subject: Initial commit --- dot-config/systemd/user/default.target.wants/yubikey-agent.service | 1 + dot-config/systemd/user/yubikey-agent.service.d/override.conf | 3 +++ 2 files changed, 4 insertions(+) create mode 120000 dot-config/systemd/user/default.target.wants/yubikey-agent.service create mode 100644 dot-config/systemd/user/yubikey-agent.service.d/override.conf (limited to 'dot-config/systemd') 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 -- cgit v1.2.3