refactor(base profile): move base profile configurations into modules
This commit is contained in:
parent
51e9493c62
commit
692b18c0f6
7 changed files with 124 additions and 63 deletions
|
|
@ -3,8 +3,8 @@
|
|||
cfg = config.homeModules.console.utility.git;
|
||||
in
|
||||
{
|
||||
config = {
|
||||
programs.git = lib.mkIf cfg.enable {
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitAndTools.gitFull;
|
||||
userName = "ooks-io";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue