From 1aaf9827b06ddf59aca7ea60bcad7ff51605eaf5 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Sat, 19 Dec 2020 14:55:33 -0700 Subject: [PATCH] home-manager: follow project README.md for flakes home-manager's readme specifies that, at a bare minimum, `useUserPackages` should be used in addition to `useGlobalPkgs`, when using a flakes configuration. --- hosts/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default.nix b/hosts/default.nix index 3372384..7e65763 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -25,6 +25,7 @@ let global = { home-manager.useGlobalPkgs = true; + home-manager.useUserPackages = true; networking.hostName = hostName; nix.nixPath = let path = toString ../.; in