big changes on neovim

This commit is contained in:
afoucaultc 2026-07-07 10:37:27 +02:00
parent cddb6edde7
commit 6d492f07ba
26 changed files with 242 additions and 291 deletions

View file

@ -1,10 +1,10 @@
{ pkgs, inputs, ... }:
{
programs.git = {
enable = true;
settings.user.name = "afoucaultc";
settings.user.email = "antoine.fo.ca@proton.me";
#userName = "afoucaultc";
#userEmail = "antoine.fo.ca@proton.me";
};
programs.git = {
enable = true;
settings.user.name = "afoucaultc";
settings.user.email = "antoine.fo.ca@proton.me";
#userName = "afoucaultc";
#userEmail = "antoine.fo.ca@proton.me";
};
}