add homeManagerFlakeModule for declaring homeManager flake outputs
This commit is contained in:
parent
f7c4a7d830
commit
0ff80a7596
3 changed files with 11 additions and 8 deletions
|
|
@ -47,7 +47,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
outputs.homeManagerModules."${unixName}"
|
||||
outputs.homeModules."${unixName}"
|
||||
(rootPath + "/home/${unixName}/configurations/${hostName}")
|
||||
];
|
||||
}
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
inherit (pkgs) system;
|
||||
};
|
||||
backupFileExtension = "backup";
|
||||
sharedModules = [ outputs.homeManagerModules.default ];
|
||||
sharedModules = [ outputs.homeModules.default ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue