meta: Prefer home-manager module over env for fzf

This commit is contained in:
Donovan Glover 2024-08-24 12:13:08 -04:00
parent eebc8d2b52
commit aac5e7f999
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 12 additions and 2 deletions

12
home/fzf.nix Normal file
View File

@ -0,0 +1,12 @@
{
programs.fzf = {
enable = true;
defaultOptions = [
"--height 40%"
"--reverse"
"--border"
"--color=16"
];
};
}

View File

@ -11,7 +11,6 @@ in
sessionVariables = {
GIT_DISCOVERY_ACROSS_FILESYSTEM = "1";
FZF_DEFAULT_OPTS = "--height 40% --reverse --border --color=16";
NODE_OPTIONS = "--max-old-space-size=16384";
BAT_THEME = "base16";
GATSBY_TELEMETRY_DISABLED = "1";
@ -20,7 +19,6 @@ in
systemPackages = with pkgs; [
jq
fd
fzf
xh
file
timg