Install fzf with Home Manager
This commit is contained in:
parent
509e85e0d0
commit
c2cbf111bf
2 changed files with 5 additions and 1 deletions
|
@ -15,6 +15,11 @@
|
|||
./modules/zsh.nix
|
||||
];
|
||||
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
programs.bat.enable = true;
|
||||
|
||||
home.file."logo.txt" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue