mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01: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
|
||||
|
||||
env = import <home-manager/modules> {
|
||||
env = import ../modules {
|
||||
configuration =
|
||||
if confAttr == ""
|
||||
then confPath
|
||||
|
|
Loading…
Reference in a new issue