From b0725d88eea40e1291b7e42a1e958d1a7e18eba3 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 2 Mar 2019 19:55:01 +0100 Subject: Update home-manager installation method to use channel --- home.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/home.nix b/home.nix index 88f6dba..2175a13 100644 --- a/home.nix +++ b/home.nix @@ -1,11 +1,6 @@ { pkgs, config, ... }: { - programs.home-manager = { - enable = true; - path = ''https://github.com/rycee/home-manager/archive/master.tar.gz''; - }; - imports = [ # define options custom to this config ./custom.nix -- cgit v1.2.3