Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Nov 24, 2023
1 parent e297ba2 commit 6f66eb6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,22 +110,6 @@ in {
enable = true;
};

programs.fzf = {
enable = true;
defaultOptions = [
"--color=bg+:#363a4f,bg:#24273a,spinner:#f4dbd6,hl:#ed8796"
"--color=fg:#cad3f5,header:#ed8796,info:#c6a0f6,pointer:#f4dbd6"
"--color=marker:#f4dbd6,fg+:#cad3f5,prompt:#c6a0f6,hl+:#ed8796"
"--layout=reverse"
];
changeDirWidgetOptions = [
"--preview 'exa --tree {} | head -200'"
];
fileWidgetOptions = [
"--preview 'bat --color=always {}'"
];
};

programs.tmux = {
enable = true;
sensibleOnTop = false;
Expand Down

0 comments on commit 6f66eb6

Please sign in to comment.