mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
dunst: UWSM compatibility (#7472)
Added Install field for systemd service, which is needed for autostart to work properly under compositors launched under UWSM
This commit is contained in:
parent
c262667906
commit
8597e85e2c
1 changed files with 3 additions and 0 deletions
|
|
@ -218,6 +218,9 @@ in
|
|||
]
|
||||
);
|
||||
Environment = lib.optionalString (cfg.waylandDisplay != "") "WAYLAND_DISPLAY=${cfg.waylandDisplay}";
|
||||
Install = {
|
||||
WantedBy = config.wayland.systemd.target;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue