spacebar: add default package

Upstream should be the default.

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards 2026-05-28 11:02:26 -07:00
parent 6a771120d6
commit 4bcdd687ca

View file

@ -27,6 +27,7 @@ in
services.spacebar.package = mkOption { services.spacebar.package = mkOption {
type = path; type = path;
default = pkgs.spacebar;
description = "The spacebar package to use."; description = "The spacebar package to use.";
}; };