Made git config conditional based on home-manager version
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ ... }: {
|
{ lib, pkgs, ... }: {
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
@@ -7,6 +7,8 @@
|
|||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
userName = "Random936";
|
||||||
|
userEmail = "randomdude936@gmail.com";
|
||||||
settings.user = {
|
settings.user = {
|
||||||
name = "Random936";
|
name = "Random936";
|
||||||
email = "randomdude936@gmail.com";
|
email = "randomdude936@gmail.com";
|
||||||
|
|||||||
Reference in New Issue
Block a user