1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

Revert "dunst: UWSM compatibility (#7472)" (#7473)

This reverts commit 8597e85e2c.
This commit is contained in:
Austin Horstman 2025-07-14 20:52:54 -05:00 committed by GitHub
parent 8597e85e2c
commit 2e00ed310c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -218,9 +218,6 @@ in
]
);
Environment = lib.optionalString (cfg.waylandDisplay != "") "WAYLAND_DISPLAY=${cfg.waylandDisplay}";
Install = {
WantedBy = config.wayland.systemd.target;
};
};
};
}