1
Fork 0
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:
RGBCube 2023-11-22 09:32:41 +03:00
parent fde9018f06
commit 87cda2a330
No known key found for this signature in database

View file

@ -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";