This commit is contained in:
2024-01-31 16:17:31 -06:00
commit 08b736a9b5
21 changed files with 1707 additions and 0 deletions

7
modules/nvim/default.nix Normal file
View File

@@ -0,0 +1,7 @@
{config, pkgs, inputs, ...}:
{
inputs.nixvim.homeManagerModules.nixvim= {
enable = true;
};
}