va a ciapa i ratt

This commit is contained in:
Andrea Ciceri 2023-06-16 10:07:37 +02:00
parent fac91af11a
commit 8346c9f02c
No known key found for this signature in database
43 changed files with 909 additions and 446 deletions

View file

@ -0,0 +1,12 @@
{pkgs, ...}: {
programs.lazygit = {
enable = true;
settings = {
git.paging = {
colorArg = "always";
useConfig = true;
pager = "${pkgs.delta}/bin/delta --dark --paging=never";
};
};
};
}