nixvim: Initial commit

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2024-08-03 16:50:12 +03:00
parent 31e107a49a
commit 7b9a071ad9
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D
3 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,9 @@
{
pkgs,
config,
...
}: {
programs.nixvim = {
enable = true;
};
}