nixos/atuin: fix enable option typo

This commit is contained in:
Morgan Helton
2023-09-05 08:34:34 +02:00
committed by Bjørn Forsman
parent 5aedc3524e
commit 147d81d155
+1 -1
View File
@@ -6,7 +6,7 @@ in
{
options = {
services.atuin = {
enable = lib.mkEnableOption (mdDoc "Enable server for shell history sync with atuin");
enable = lib.mkEnableOption (mdDoc "Atuin server for shell history sync");
openRegistration = mkOption {
type = types.bool;