fix(quickshell): daemon still existing even if disabled

This commit is contained in:
2025-10-16 10:47:14 +00:00
parent a8f5d77e0e
commit 211274130e

View File

@@ -18,7 +18,7 @@ in
recursive = true; recursive = true;
source = config.lib.file.mkOutOfStoreSymlink "/home/doloro/dotfiles/quickshell/"; source = config.lib.file.mkOutOfStoreSymlink "/home/doloro/dotfiles/quickshell/";
}; };
config.systemd.user.services.quickshell = { config.systemd.user.services.quickshell = lib.mkIf cfg.enable {
Unit = { Unit = {
Description = "Quickshell daemon"; Description = "Quickshell daemon";
After = [ "hyprland-session.target" ]; After = [ "hyprland-session.target" ];