From 2e00ed310c218127e02ffcf28ddd4e0f669fde3e Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Mon, 14 Jul 2025 20:52:54 -0500 Subject: [PATCH] Revert "dunst: UWSM compatibility (#7472)" (#7473) This reverts commit 8597e85e2ce33e6a6f1df99cc56cdf7680cb22e0. --- modules/services/dunst.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/services/dunst.nix b/modules/services/dunst.nix index 3dda8eab..8b37148a 100644 --- a/modules/services/dunst.nix +++ b/modules/services/dunst.nix @@ -218,9 +218,6 @@ in ] ); Environment = lib.optionalString (cfg.waylandDisplay != "") "WAYLAND_DISPLAY=${cfg.waylandDisplay}"; - Install = { - WantedBy = config.wayland.systemd.target; - }; }; }; }