mirror of
https://github.com/nix-community/home-manager
synced 2024-11-11 07:34:17 +00:00
home-manager: import modules using relative path
This commit is contained in:
parent
ef29f321e0
commit
30f3baabaf
1 changed files with 1 additions and 1 deletions
|
@ -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