diff --git a/modules/programs/eza.nix b/modules/programs/eza.nix index e71586113..7c8275b40 100644 --- a/modules/programs/eza.nix +++ b/modules/programs/eza.nix @@ -47,7 +47,10 @@ in enableIonIntegration = lib.hm.shell.mkIonIntegrationOption { inherit config; }; - enableNushellIntegration = lib.hm.shell.mkNushellIntegrationOption { inherit config; }; + enableNushellIntegration = lib.hm.shell.mkNushellIntegrationOption { inherit config; } // { + default = false; + example = true; + }; enableZshIntegration = lib.hm.shell.mkZshIntegrationOption { inherit config; };