From d30868b9301502c05aed2569cab5c0906e72f05d Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 13 Nov 2023 19:39:49 +0100 Subject: [PATCH] removed gh --- modules/home/git/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/home/git/default.nix b/modules/home/git/default.nix index 2cdd7b4..1f391ca 100644 --- a/modules/home/git/default.nix +++ b/modules/home/git/default.nix @@ -1,6 +1,4 @@ -{ pkgs, ... }: { - home.packages = [ pkgs.gh ]; - +{ ... }: { programs.git = { enable = true; userName = "twoneis";