git: use config on servers

This commit is contained in:
Elnu 2023-11-07 10:56:51 -08:00
parent 4835d30b62
commit 466f0297b8
2 changed files with 5 additions and 2 deletions

View file

@ -10,7 +10,6 @@ in
#../modules/emacs
../modules/fcitx5
../modules/firefox
../modules/git
../modules/i3
../modules/neovim
../modules/picom

View file

@ -1,6 +1,10 @@
{ user, ... }:
{
imports = [
../modules/git
];
home = {
username = "${user}";
homeDirectory = "/home/${user}";
@ -10,4 +14,4 @@
stateVersion = "22.05";
};
}
}