modules/home: common -> settei
This commit is contained in:
parent
576cf6dc87
commit
866b1561af
6 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
flake.homeModules = {
|
||||
common = ./common;
|
||||
settei = ./settei;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ let
|
|||
enable = lib.mkDefault true;
|
||||
# TODO: Move to settei or leave here?
|
||||
extraArgs.machineName = configurationName;
|
||||
config.imports = [ inputs.settei.homeModules.common ];
|
||||
config.imports = [ inputs.settei.homeModules.settei ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue