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
|
let
|
||||||
|
|
||||||
env = import <home-manager/modules> {
|
env = import ../modules {
|
||||||
configuration =
|
configuration =
|
||||||
if confAttr == ""
|
if confAttr == ""
|
||||||
then confPath
|
then confPath
|
||||||
|
|
Loading…
Reference in a new issue