From 4bcdd687ca3878813f453e0c4201129b0695e55c Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Thu, 28 May 2026 11:02:26 -0700 Subject: [PATCH] spacebar: add default package Upstream should be the default. Signed-off-by: Ethan Carter Edwards --- modules/services/spacebar/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/spacebar/default.nix b/modules/services/spacebar/default.nix index 02bd231..11114a6 100644 --- a/modules/services/spacebar/default.nix +++ b/modules/services/spacebar/default.nix @@ -27,6 +27,7 @@ in services.spacebar.package = mkOption { type = path; + default = pkgs.spacebar; description = "The spacebar package to use."; };