diff --git a/modules/flake-parts/template.nix b/modules/flake-parts/template.nix index ee916e5..61adaf1 100644 --- a/modules/flake-parts/template.nix +++ b/modules/flake-parts/template.nix @@ -151,6 +151,8 @@ }; packages."homeConfigurations.john.activationPackage" = { "home-path/bin/nvim" = true; + "home-path/bin/git" = true; + "home-files/.config/git/config" = true; }; }; };