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/emacs
|
||||||
../modules/fcitx5
|
../modules/fcitx5
|
||||||
../modules/firefox
|
../modules/firefox
|
||||||
../modules/git
|
|
||||||
../modules/i3
|
../modules/i3
|
||||||
../modules/neovim
|
../modules/neovim
|
||||||
../modules/picom
|
../modules/picom
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
{ user, ... }:
|
{ user, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
imports = [
|
||||||
|
../modules/git
|
||||||
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = "${user}";
|
username = "${user}";
|
||||||
homeDirectory = "/home/${user}";
|
homeDirectory = "/home/${user}";
|
||||||
|
|
Loading…
Add table
Reference in a new issue