home-manager: import modules using relative path
(cherry picked from commit 30f3baabaf
)
This commit is contained in:
parent
63668b2172
commit
88c681606b
|
@ -9,7 +9,7 @@ with pkgs.lib;
|
|||
|
||||
let
|
||||
|
||||
env = import <home-manager/modules> {
|
||||
env = import ../modules {
|
||||
configuration =
|
||||
if confAttr == ""
|
||||
then confPath
|
||||
|
|
Loading…
Reference in a new issue