feat: move to nixvim

This commit is contained in:
Kat Inskip 2025-11-19 04:39:35 -08:00
parent ca97476a47
commit 779c3c4098
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
22 changed files with 772 additions and 57 deletions

View file

@ -0,0 +1,13 @@
_: {
programs.lazygit = {
enable = true;
settings = {
git = {
overrideGpg = true;
pagers = [
{pager = "delta --paging=never";}
];
};
};
};
}