spacebar: add default package (#1786)

This commit is contained in:
Sam 2026-06-11 05:59:41 +00:00 committed by GitHub
commit 958c16ba9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.";
}; };