diff --git a/modules/common/helix.nix b/modules/common/helix.nix index edc08eb..da8c75a 100644 --- a/modules/common/helix.nix +++ b/modules/common/helix.nix @@ -147,6 +147,7 @@ in { check.command = "clippy"; completion.callable.snippets = "add_parentheses"; completion.excludeTraits = [ "yansi::Paint" ]; + diagnostics.disabled = [ "inactive-code" "unlinked-file" ]; }; }; diff --git a/modules/common/nushell/default.nix b/modules/common/nushell/default.nix index d6a3287..d5293ec 100644 --- a/modules/common/nushell/default.nix +++ b/modules/common/nushell/default.nix @@ -17,7 +17,7 @@ in { rm = "rm --recursive --verbose"; pstree = "pstree -g 2"; - tree = "tree -F --dirsfirst"; + tree = "eza --tree --git-ignore --group-directories-first"; }; systemPackages = attrValues { diff --git a/modules/common/packages.nix b/modules/common/packages.nix index 5c24f0c..d1920a9 100644 --- a/modules/common/packages.nix +++ b/modules/common/packages.nix @@ -8,6 +8,7 @@ in { curlHTTP3 dig doggo + eza fastfetch fd hyperfine @@ -18,7 +19,6 @@ in { rsync timg tokei - tree typos uutils-coreutils-noprefix yazi