change the import method of homeManagerModules."${unixName}" to use outputs.
This commit is contained in:
parent
6dbbce42cf
commit
750688b2b5
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
(rootPath + "/home/${unixName}/modules")
|
||||
outputs.homeManagerModules."${unixName}"
|
||||
(rootPath + "/home/${unixName}/configurations/${hostName}")
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue