This commit is contained in:
2023-04-01 16:26:40 +01:00
parent 693d05de84
commit 12ab5b3348
56 changed files with 5947 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
{...}:
{
programs.neovim.enable = true;
home.file = {
".config/nvim" = {
source = ./nvim;
};
};
}