feat: add nvim dotfiles (try to)

This commit is contained in:
Xavier Morel
2025-07-03 19:20:24 +02:00
parent 39c7b58406
commit b277619e48
16 changed files with 632 additions and 0 deletions

View File

@@ -18,6 +18,10 @@
tree
];
shell.enableFishIntegration = true;
file.".config/nvim" = {
source = ../../dotfiles/nvim;
recursive = true;
};
};
nix = {
@@ -65,6 +69,7 @@
la = "eza -lah";
man = "batman";
};
shellInit = "fish_vi_key_bindings --no-erase insert";
};
fzf.enable = true;
gh.enable = true;