mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update configuration.nix
This commit is contained in:
parent
b92eef7b78
commit
1d8fd41d26
1 changed files with 20 additions and 0 deletions
|
@ -75,6 +75,26 @@
|
||||||
nix-upgrade = "sudo nixos-rebuild switch --upgrade";
|
nix-upgrade = "sudo nixos-rebuild switch --upgrade";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.git = {
|
||||||
|
lfs.enable = true;
|
||||||
|
config = {
|
||||||
|
color = {
|
||||||
|
ui = "auto";
|
||||||
|
};
|
||||||
|
color.status = {
|
||||||
|
added = "green bold";
|
||||||
|
changed = "yellow bold";
|
||||||
|
untracked = "red bold";
|
||||||
|
};
|
||||||
|
push = {
|
||||||
|
autoSetupRemote = "true";
|
||||||
|
};
|
||||||
|
init = {
|
||||||
|
defaultBranch = "main";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Allow Unfree
|
# Allow Unfree
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue