change(quickshell): replace quickshell with nixpkgs alternative for the time being

This commit is contained in:
2026-01-17 22:05:42 +00:00
parent 2c39488719
commit e35ad8eece

View File

@@ -28,7 +28,7 @@ in
WantedBy = [ "default.target" ]; WantedBy = [ "default.target" ];
}; };
Service = { Service = {
ExecStart = "${pkg}/bin/quickshell"; ExecStart = "${pkgs.quickshell}/bin/quickshell";
Restart = "on-failure"; Restart = "on-failure";
RestartSec = "5s"; RestartSec = "5s";
}; };