modules/home: common -> settei

This commit is contained in:
Nikodem Rabuliński 2025-01-04 16:48:03 +01:00
parent 576cf6dc87
commit 866b1561af
6 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
flake.homeModules = {
common = ./common;
settei = ./settei;
};
}

View file

@ -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 ];
};
};