spacebar: add default package (#1786)

This commit is contained in:
Sam
2026-06-11 05:59:41 +00:00
committed by GitHub
+1
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.";
}; };