This commit is contained in:
2026-02-12 14:17:19 -06:00
parent 5a90c21fc3
commit d0a821f9b3
2 changed files with 49 additions and 48 deletions

View File

@@ -4,6 +4,7 @@
imports = [ ./config.nix ];
programs.nixvim = {
enable = true;
defaultEditor = true;
plugins.nvim-tree.enable = true;
plugins.treesitter.enable = true;
plugins.lualine.enable = true;