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