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;
}

View file

@ -15,6 +15,7 @@
./eza.nix
./nixvim.nix
./nextcloud.nix
./git.nix
];
# States home manager version that config was originally compatible with, do not change without reading all patch notes since this version and altering as needed