started neovim but swtiched to lunarvim

This commit is contained in:
2025-07-10 12:12:46 -05:00
parent ce38e52ee9
commit 14de787e82
9 changed files with 51 additions and 11 deletions

View File

@@ -1,6 +1,4 @@
{
config,
username,
...
}:
{
@@ -11,6 +9,9 @@
name = "poslop";
email = "poslop@archfox.org";
};
core = {
editor = "nvim -f";
};
};
};
}