va a ciapa i ratt
This commit is contained in:
parent
fac91af11a
commit
8346c9f02c
43 changed files with 909 additions and 446 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue