moved home manager modules
This commit is contained in:
@@ -13,7 +13,7 @@ in
|
||||
inputs.self.modules.nixos.docker
|
||||
];
|
||||
home-manager.users."${username}" = {
|
||||
imports = with inputs.self.homeModules; [
|
||||
imports = with inputs.self.modules.homeManager; [
|
||||
];
|
||||
docker.enable = true;
|
||||
ssh.matchSets = {
|
||||
|
||||
Reference in New Issue
Block a user