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

@ -4,7 +4,7 @@
email = "andrea.ciceri@autistici.org";
};
in {
home.packages = [pkgs.gitoxide];
imports = [../gitui ../lazygit];
programs.git = {
enable = true;
package = pkgs.gitAndTools.gitFull;
@ -18,6 +18,8 @@ in {
user.signingKey = "/home/ccr/.ssh/id_rsa";
gpg.format = "ssh";
commit.gpgsign = true;
core.editor = "hx";
};
userName = config.name;
@ -35,7 +37,7 @@ in {
};
delta = {
enable = true;
enable = false; # Playing with difftastic at the moment
options = {
features = "decorations";
delta = {
@ -43,5 +45,10 @@ in {
};
};
};
difftastic = {
enable = true;
background = "dark";
};
};
}