From 42d6e933d6190461ecd5b2be585008d9807a6258 Mon Sep 17 00:00:00 2001 From: Raphael Das Gupta Date: Thu, 21 Sep 2017 00:47:57 +0200 Subject: [PATCH] xonsh: fix typo ("xnosh") in "enable" description --- nixos/modules/programs/xonsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/xonsh.nix b/nixos/modules/programs/xonsh.nix index c0be2d8884b..49cc4906e03 100644 --- a/nixos/modules/programs/xonsh.nix +++ b/nixos/modules/programs/xonsh.nix @@ -21,7 +21,7 @@ in enable = mkOption { default = false; description = '' - Whether to configure xnosh as an interactive shell. + Whether to configure xonsh as an interactive shell. ''; type = types.bool; };