summaryrefslogtreecommitdiff
path: root/modules/services/spacebar/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services/spacebar/default.nix')
-rw-r--r--modules/services/spacebar/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/services/spacebar/default.nix b/modules/services/spacebar/default.nix
index eb06cad..a56dac5 100644
--- a/modules/services/spacebar/default.nix
+++ b/modules/services/spacebar/default.nix
@@ -22,12 +22,12 @@ in
services.spacebar.enable = mkOption {
type = bool;
default = false;
- description = lib.mdDoc "Whether to enable the spacebar spacebar.";
+ description = "Whether to enable the spacebar spacebar.";
};
services.spacebar.package = mkOption {
type = path;
- description = lib.mdDoc "The spacebar package to use.";
+ description = "The spacebar package to use.";
};
services.spacebar.config = mkOption {
@@ -40,7 +40,7 @@ in
foreground_color = "0xffa8a8a8";
}
'';
- description = lib.mdDoc ''
+ description = ''
Key/Value pairs to pass to spacebar's 'config' domain, via the configuration file.
'';
};
@@ -51,7 +51,7 @@ in
example = literalExpression ''
echo "spacebar config loaded..."
'';
- description = lib.mdDoc ''
+ description = ''
Extra arbitrary configuration to append to the configuration file.
'';
};