enable nixvim

This commit is contained in:
Sridhar Ratnakumar 2026-03-30 19:57:27 -04:00
parent 6f9a46f54f
commit ae331588b2
3 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,7 @@
"nix-darwin"
# "nixos-hardware"
"nix-index-database"
# "nixvim"
"nixvim"
"oc"
"nix-agent-wire"
"skills"

View file

@ -2,7 +2,7 @@
home.stateVersion = "24.05";
imports = [
./cli/tmux.nix
# ./editors/neovim
./editors/neovim
# ./editors/helix.nix
./cli/starship.nix
./cli/terminal.nix

View file

@ -9,6 +9,7 @@ in
];
programs.nixvim = {
enable = true;
defaultEditor = true;
imports = [
./nvim-tree.nix