nixos/sddm: avoid systemd-tmpfiles-clean removing user's $XAUTHORITY

This commit is contained in:
Alexei Robyn 2023-08-23 22:52:50 +10:00
parent 74b66861c0
commit 4d0d7fb93e

View file

@ -267,6 +267,7 @@ in
environment.systemPackages = [ sddm ];
services.dbus.packages = [ sddm ];
systemd.tmpfiles.packages = [ sddm ];
# We're not using the upstream unit, so copy these: https://github.com/sddm/sddm/blob/develop/services/sddm.service.in
systemd.services.display-manager.after = [