From 6f3dd795cef852c7cf747897127cc9fa1b7184bf Mon Sep 17 00:00:00 2001 From: refaelsh Date: Fri, 11 Oct 2024 15:29:20 +0300 Subject: [PATCH] Fix a typo Co-authored-by: Robert Helgesson --- modules/programs/eza.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/eza.nix b/modules/programs/eza.nix index 0b9d73b07..348bfb381 100644 --- a/modules/programs/eza.nix +++ b/modules/programs/eza.nix @@ -96,7 +96,7 @@ with lib; ''; }; - clasiffy = mkOption { + classify = mkOption { type = types.enum [ "auto" "always" "never" ]; default = "auto"; description = ''