From 947f043b731163ad690ce4958c8937ab8747e33c Mon Sep 17 00:00:00 2001 From: Sense T Date: Mon, 17 Jul 2023 06:37:35 +0000 Subject: [PATCH] git should use in user not system wide --- global/software-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/software-configuration.nix b/global/software-configuration.nix index e9f5534..2069b85 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -107,7 +107,7 @@ }; }; - git.enable = true; + #git.enable = true; zsh.enable = true; light.enable = true; dconf.enable = true;