Refactor Git configuration

This commit is contained in:
Oliver Davies 2025-07-24 20:37:58 +01:00
parent 8947c4abd2
commit e111506428
13 changed files with 180 additions and 194 deletions

3
modules2/git/enable.nix Normal file
View file

@ -0,0 +1,3 @@
{
flake.modules.homeManager.base.programs.git.enable = true;
}