fix(mottarone): add configuration includes
This commit is contained in:
parent
2049827fc3
commit
6ea2b73944
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ in
|
|||
i18n.defaultLocale = lib.mkForce "fr_FR.UTF-8";
|
||||
|
||||
hm.programs = {
|
||||
git.enable = lib.mkForce false;
|
||||
ssh.enable = lib.mkForce false;
|
||||
git.includes = [ { path = "~/.config/git/work_config"; } ];
|
||||
ssh.includes = [ "work_config" ];
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue