mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add git config
This commit is contained in:
parent
cd6cc1411c
commit
bda7f37890
1 changed files with 5 additions and 0 deletions
|
@ -22,4 +22,9 @@ in
|
||||||
environment.systemPackages = map
|
environment.systemPackages = map
|
||||||
(x: (pkgs.writeShellScriptBin "sc-${x}" "nixos-rebuild ${x} --refresh --flake github:buckley310/nixos-config"))
|
(x: (pkgs.writeShellScriptBin "sc-${x}" "nixos-rebuild ${x} --refresh --flake github:buckley310/nixos-config"))
|
||||||
[ "switch" "build" "boot" ];
|
[ "switch" "build" "boot" ];
|
||||||
|
|
||||||
|
sconfig.user-settings = ''
|
||||||
|
git config --global user.email "sean.bck@gmail.com"
|
||||||
|
git config --global user.name "Sean Buckley"
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue