nix-config/modules/fzf/session-variables.nix

6 lines
104 B
Nix
Raw Normal View History

2025-07-25 22:15:21 +01:00
{
flake.modules.homeManager.base.home.sessionVariables = {
FZF_DEFAULT_OPTS = "--reverse";
};
}