mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
configure git
This commit is contained in:
parent
1704ca62fa
commit
ed3d8bc913
1 changed files with 8 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
|||
entr
|
||||
file
|
||||
gcc
|
||||
git
|
||||
htop
|
||||
iftop
|
||||
inetutils
|
||||
|
@ -72,6 +71,14 @@
|
|||
environment.etc.nixpkgs.source = pkgs.path;
|
||||
nix.nixPath = [ "nixpkgs=/etc/nixpkgs" ];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
config = {
|
||||
pull.ff = "only";
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
terminal = "screen-256color";
|
||||
|
|
Loading…
Reference in a new issue