This commit is contained in:
biscuit
2025-05-13 09:42:02 -05:00
parent 904529022f
commit 94f91e9a6d
+5 -5
View File
@@ -22,11 +22,11 @@
# EDITOR = "nvim"; # EDITOR = "nvim";
}; };
home.file.".config/nvim" = { #home.file.".config/nvim" = {
source = ./nvchad; # source = ./nvchad;
recursive = true; # recursive = true;
force = true; # force = true;
}; # };
programs.git.enable = true; programs.git.enable = true;
programs.neovim.enable = true; programs.neovim.enable = true;