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