diff --git a/home/common/utils.nix b/home/common/utils.nix index d2d07a4..1ae7cf9 100644 --- a/home/common/utils.nix +++ b/home/common/utils.nix @@ -70,6 +70,6 @@ enableFishIntegration = true; options = [ "--cmd=cd" ]; }; - home.sessionVariables._ZO_FZF_OPTS="--reverse --height=10 --border=none --no-info --no-separator --no-scrollbar --no-color"; + home.sessionVariables._ZO_FZF_OPTS="--reverse --height=10 --border=rounded --no-info --no-separator --no-scrollbar --no-color --no-sort"; }