diff --git a/nix/modules/home-manager/features/cli/fzf.nix b/nix/modules/home-manager/features/cli/fzf.nix index 983fc8d..2379536 100644 --- a/nix/modules/home-manager/features/cli/fzf.nix +++ b/nix/modules/home-manager/features/cli/fzf.nix @@ -3,4 +3,8 @@ enable = true; enableZshIntegration = true; }; + + home.sessionVariables = { + FZF_DEFAULT_OPTS = "--reverse"; + }; }