diff options
| author | Mathias Magnusson <mathias@magnusson.space> | 2026-01-06 00:57:02 +0100 |
|---|---|---|
| committer | Mathias Magnusson <mathias@magnusson.space> | 2026-01-06 00:57:02 +0100 |
| commit | 2b3f191572d429474f484624e3c6b83fdd7dd74b (patch) | |
| tree | 09d9fd471cd4da9efefd62d421e863293158217e /dot-config/systemd | |
| download | ymer-2b3f191572d429474f484624e3c6b83fdd7dd74b.tar.gz | |
Initial commit
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 |
