nix-config/modules2/fzf/session-variables.nix
Oliver Davies 96b467b7ed
All checks were successful
/ check (push) Successful in 1m36s
Move fzf configuration
2025-07-25 22:28:15 +01:00

5 lines
104 B
Nix

{
flake.modules.homeManager.base.home.sessionVariables = {
FZF_DEFAULT_OPTS = "--reverse";
};
}