update git config for tulkas
This commit is contained in:
parent
1c14aee742
commit
bca8e8c03c
2 changed files with 8 additions and 4 deletions
|
@ -1,4 +1,6 @@
|
|||
{ ... }:
|
||||
{ lib, ... }: let
|
||||
inherit (lib) mkForce;
|
||||
in
|
||||
{
|
||||
user = {
|
||||
full_name = "Chris Kruining";
|
||||
|
@ -26,5 +28,6 @@
|
|||
|
||||
shell = {
|
||||
default = "zsh";
|
||||
toolset.git.enable = mkForce false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue