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