mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
meta: Prefer home-manager module over env for fzf
This commit is contained in:
parent
eebc8d2b52
commit
aac5e7f999
12
home/fzf.nix
Normal file
12
home/fzf.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
|
||||
defaultOptions = [
|
||||
"--height 40%"
|
||||
"--reverse"
|
||||
"--border"
|
||||
"--color=16"
|
||||
];
|
||||
};
|
||||
}
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user