From a4f4d50318b5ec86b2e6e7cddb6ce6ff49eb6084 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Fri, 2 Jun 2023 11:34:57 +0530 Subject: [PATCH] enable git on rico2 --- hosts/rico2/programs/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/rico2/programs/default.nix b/hosts/rico2/programs/default.nix index 414c4ce..9a74585 100644 --- a/hosts/rico2/programs/default.nix +++ b/hosts/rico2/programs/default.nix @@ -4,4 +4,6 @@ ./starship.nix ./zsh.nix ]; + + programs.git.enable = true; }