moved git to home-manager for use on multiple systems, currently enabled but not configured

This commit is contained in:
Gabriella Bere 2024-09-15 21:22:55 +01:00
parent 29f74e5639
commit ff707054c1
4 changed files with 14 additions and 8 deletions

3
home-manager/git.nix Normal file
View file

@ -0,0 +1,3 @@
{config, ... }:{
programs.git.enable = true;
}