aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--programs/atuin.nix2
-rw-r--r--programs/fzf.nix2
2 files changed, 3 insertions, 1 deletions
diff --git a/programs/atuin.nix b/programs/atuin.nix
index 38dac37..898e848 100644
--- a/programs/atuin.nix
+++ b/programs/atuin.nix
@@ -7,7 +7,7 @@
7 history_format = "{command}"; 7 history_format = "{command}";
8 theme.name = "minimal"; 8 theme.name = "minimal";
9 style = "compact"; 9 style = "compact";
10 inline_height = 10; 10 inline_height = 15;
11 prefers_reduced_motion = true; 11 prefers_reduced_motion = true;
12 show_help = false; 12 show_help = false;
13 show_tabs = false; 13 show_tabs = false;
diff --git a/programs/fzf.nix b/programs/fzf.nix
index 92ee4d0..c1e6bdb 100644
--- a/programs/fzf.nix
+++ b/programs/fzf.nix
@@ -8,6 +8,8 @@
8 "--color bw" 8 "--color bw"
9 "--no-scrollbar" 9 "--no-scrollbar"
10 "--no-separator" 10 "--no-separator"
11 "--no-unicode"
12 "--pointer '>'"
11 ]; 13 ];
12 defaultCommand = "rg -L --files"; 14 defaultCommand = "rg -L --files";
13 changeDirWidgetCommand = "fd --type d"; 15 changeDirWidgetCommand = "fd --type d";