5 lines
104 B
Nix
5 lines
104 B
Nix
{
|
|
flake.modules.homeManager.base.home.sessionVariables = {
|
|
FZF_DEFAULT_OPTS = "--reverse";
|
|
};
|
|
}
|