feat(nvf): add leetcode nvim

This commit is contained in:
Mohammad Rafiq 2025-03-03 13:26:32 +08:00
parent a6b9bb97c7
commit cb58a71789
3 changed files with 9 additions and 8 deletions

View file

@ -13,6 +13,11 @@
enable = true;
enableAutoUpdates = true;
};
fzf = {
enable = true;
enableBashIntegration = true;
tmux.enableShellIntegration = true;
};
};
services = {

View file

@ -1,8 +1,4 @@
{
self,
pkgs,
...
}: {
_: {
imports = [
./modules/git.nix # git specific configs
./modules/tmux.nix # tmux specific configs (might move this)