From e35ad8eece7167982e06e00933e117b84a9693ea Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Sat, 17 Jan 2026 22:05:42 +0000 Subject: [PATCH] change(quickshell): replace quickshell with nixpkgs alternative for the time being --- modules/quickshell/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/quickshell/home.nix b/modules/quickshell/home.nix index 619086c..5b7d2bf 100644 --- a/modules/quickshell/home.nix +++ b/modules/quickshell/home.nix @@ -28,7 +28,7 @@ in WantedBy = [ "default.target" ]; }; Service = { - ExecStart = "${pkg}/bin/quickshell"; + ExecStart = "${pkgs.quickshell}/bin/quickshell"; Restart = "on-failure"; RestartSec = "5s"; };