diff --git a/modules/programs/zsh.nix b/modules/programs/zsh.nix index 91ce1675..6253d2a7 100644 --- a/modules/programs/zsh.nix +++ b/modules/programs/zsh.nix @@ -53,13 +53,13 @@ let expireDuplicatesFirst = mkOption { type = types.bool; default = false; - description = "Expire duplicates first"; + description = "Expire duplicates first."; }; extended = mkOption { type = types.bool; default = false; - description = "Save timestamp into the history file"; + description = "Save timestamp into the history file."; }; share = mkOption {