7 lines
274 B
Nix
7 lines
274 B
Nix
{config, ...}: {
|
|
programs.fzf.enable = true;
|
|
# home.sessionVariables = {
|
|
# FZF_DEFAULT_OPTS = "--color=spinner:#F8BD96,hl:#F28FAD --color=fg:#D9E0EE,header:#F28FAD,info:#DDB6F2,pointer:#F8BD96 --color=marker:#F8BD96,fg+:#F2CDCD,prompt:#DDB6F2,hl+:#F28FAD";
|
|
# };
|
|
}
|