git: use config on servers
This commit is contained in:
parent
4835d30b62
commit
466f0297b8
2 changed files with 5 additions and 2 deletions
|
@ -10,7 +10,6 @@ in
|
|||
#../modules/emacs
|
||||
../modules/fcitx5
|
||||
../modules/firefox
|
||||
../modules/git
|
||||
../modules/i3
|
||||
../modules/neovim
|
||||
../modules/picom
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
{ user, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../modules/git
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "${user}";
|
||||
homeDirectory = "/home/${user}";
|
||||
|
@ -10,4 +14,4 @@
|
|||
|
||||
stateVersion = "22.05";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue