mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Use full git package
This commit is contained in:
parent
fde9018f06
commit
87cda2a330
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ homeConfiguration, enabled, ... }:
|
||||
{ pkgs, homeConfiguration, enabled, ... }:
|
||||
|
||||
homeConfiguration [ "nixos" "root" ] {
|
||||
programs.nushell.shellAliases = {
|
||||
|
@ -37,6 +37,8 @@ homeConfiguration [ "nixos" "root" ] {
|
|||
};
|
||||
|
||||
programs.git = enabled {
|
||||
package = pkgs.gitFull;
|
||||
|
||||
userName = "RGBCube";
|
||||
userEmail = "RGBCube@users.noreply.github.com";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue