importing git.nix in root now
This commit is contained in:
@@ -81,9 +81,9 @@
|
|||||||
} // lib.optionalAttrs config.root {
|
} // lib.optionalAttrs config.root {
|
||||||
root = {
|
root = {
|
||||||
home.stateVersion = config.stateVersion;
|
home.stateVersion = config.stateVersion;
|
||||||
programs.git = {
|
imports = [
|
||||||
extraConfig.credential.helper = "store --file ~/.git-credentials";
|
./homeManagerModules/git.nix
|
||||||
};
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user