Install fzf with Home Manager
This commit is contained in:
parent
509e85e0d0
commit
c2cbf111bf
|
@ -9,7 +9,6 @@ with pkgs; [
|
|||
eza
|
||||
fd
|
||||
file
|
||||
fzf
|
||||
gcc
|
||||
gh
|
||||
git
|
||||
|
|
|
@ -15,6 +15,11 @@
|
|||
./modules/zsh.nix
|
||||
];
|
||||
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
programs.bat.enable = true;
|
||||
|
||||
home.file."logo.txt" = {
|
||||
|
|
Loading…
Reference in a new issue