overheating: add patched ssdt
This commit is contained in:
parent
5c0e020043
commit
e536387ffe
9 changed files with 55 additions and 9 deletions
|
|
@ -6,5 +6,6 @@
|
|||
./ncspot.nix
|
||||
./ssh.nix
|
||||
./direnv.nix
|
||||
./git.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
16
nix/programs/individual_configs/git.nix
Normal file
16
nix/programs/individual_configs/git.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "DashieTM";
|
||||
userEmail = "fabio.lenherr@gmail.com";
|
||||
extraConfig = {
|
||||
merge = {
|
||||
tool = "nvimdiff";
|
||||
};
|
||||
diff = {
|
||||
tool = "nvimdiff";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue