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" ];
};
Service = {
ExecStart = "${pkg}/bin/quickshell";
ExecStart = "${pkgs.quickshell}/bin/quickshell";
Restart = "on-failure";
RestartSec = "5s";
};