From bf3a8c63838c998e06e6825ac80f1a9a7f735a57 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sat, 21 Oct 2017 20:51:28 +0200 Subject: home-manager: point to project root Before this path would point to the modules path. Using the project root instead makes it possible to set `` to point to a downloadable archive of Home Manager. This should make it significantly easier to install and keep Home Manager up to date. To match this change we also deprecate the Home Manager option programs.home-manager.modulesPath and instead ask users to use programs.home-manager.path --- home-manager/home-manager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home-manager/home-manager.nix') diff --git a/home-manager/home-manager.nix b/home-manager/home-manager.nix index a6c9259f874..206a1bcefa3 100644 --- a/home-manager/home-manager.nix +++ b/home-manager/home-manager.nix @@ -9,7 +9,7 @@ with pkgs.lib; let - env = import { + env = import { configuration = let conf = import confPath; -- cgit v1.2.3