From 0a3075f675e2cfa94c28e40782b3fdc580d593c3 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 31 May 2025 18:38:06 -0700 Subject: [PATCH] fix: enable git --- modules/home/profiles.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/profiles.nix b/modules/home/profiles.nix index ae7f919..dc762bd 100644 --- a/modules/home/profiles.nix +++ b/modules/home/profiles.nix @@ -19,6 +19,7 @@ in { eza = enabled; figlet = enabled; fish = enabled; + git = enabled; gpg = enabled; httpie = enabled; hyfetch = enabled;