home-manager/tests/modules/services/fnott/systemd-user-service-expected.service
Thiago Kenji Okada 14cb0c8cfa
fnott: use config.wayland.systemd.target
Also add missing `ConditionEnvironment`.
2025-01-03 17:38:06 +01:00

11 lines
300 B
Desktop File

[Service]
BusName=org.freedesktop.Notifications
ExecStart=@fnott@/bin/fnott -c /home/hm-user/.config/fnott/fnott.ini
Type=dbus
[Unit]
After=graphical-session.target
ConditionEnvironment=WAYLAND_DISPLAY
Description=Fnott notification daemon
Documentation=man:fnott(1)
PartOf=graphical-session.target