diff --git a/modules/common/nushell/default.nix b/modules/common/nushell/default.nix index 8e8005a..d6a3287 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 -CF --dirsfirst"; + tree = "tree -F --dirsfirst"; }; systemPackages = attrValues {