Skip to content

Commit

Permalink
fix(fzf): don't show gutter
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Jul 12, 2024
1 parent 5fdc5fb commit 7e2ad72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion home/fzf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ in

programs.fzf = {
enable = true;
package = pkgs.fzf;
colors = {
"gutter" = "#24273a";
};
defaultOptions = [
"--layout=reverse"
"--cycle"
Expand Down

0 comments on commit 7e2ad72

Please sign in to comment.