mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 09:43:11 +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 = {
|
sessionVariables = {
|
||||||
GIT_DISCOVERY_ACROSS_FILESYSTEM = "1";
|
GIT_DISCOVERY_ACROSS_FILESYSTEM = "1";
|
||||||
FZF_DEFAULT_OPTS = "--height 40% --reverse --border --color=16";
|
|
||||||
NODE_OPTIONS = "--max-old-space-size=16384";
|
NODE_OPTIONS = "--max-old-space-size=16384";
|
||||||
BAT_THEME = "base16";
|
BAT_THEME = "base16";
|
||||||
GATSBY_TELEMETRY_DISABLED = "1";
|
GATSBY_TELEMETRY_DISABLED = "1";
|
||||||
@ -20,7 +19,6 @@ in
|
|||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
jq
|
jq
|
||||||
fd
|
fd
|
||||||
fzf
|
|
||||||
xh
|
xh
|
||||||
file
|
file
|
||||||
timg
|
timg
|
||||||
|
Loading…
Reference in New Issue
Block a user