feat: add zoxide and fzf

This commit is contained in:
Ashhhleyyy 2024-03-22 09:52:48 +00:00
parent d2f6c0eb26
commit d9501b19ad
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -17,4 +17,14 @@
keys.normal."C-`" = "switch_to_uppercase"; keys.normal."C-`" = "switch_to_uppercase";
}; };
}; };
programs.zoxide = {
enable = true;
enableFishIntegration = true;
};
programs.fzf = {
enable = true;
enableFishIntegration = true;
};
} }