commit b111dc95bd832e47c12a37f3d05e9c5f94ce7ebb
parent 36a527be22ba1e815934c075c57b2c6fe4124fbb
Author: Leah (ctucx) <git@ctu.cx>
Date: Tue, 29 Oct 2024 21:22:40 +0100
parent 36a527be22ba1e815934c075c57b2c6fe4124fbb
Author: Leah (ctucx) <git@ctu.cx>
Date: Tue, 29 Oct 2024 21:22:40 +0100
configurations/linux/programs/thunderbrid: use systemd-user-service only with sway
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configurations/linux/programs/thunderbird.nix b/configurations/linux/programs/thunderbird.nix @@ -17,7 +17,7 @@ in { thunderbird ]; - systemd.user.services.thunderbird = { + systemd.user.services.thunderbird = lib.mkIf config.home-manager.users.leah.wayland.windowManager.sway.enable { Unit = { After = [ "graphical-session-pre.target" ]; PartOf = [ "graphical-session.target" ];