From 811782ed9841b6ac4a9c2b779fa9a068f1186944 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 18 Nov 2021 14:12:20 -0500 Subject: [PATCH] profiles/core: add home-manager packages config --- profiles/core/nix.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/core/nix.nix b/profiles/core/nix.nix index a9d8cb4..3081089 100644 --- a/profiles/core/nix.nix +++ b/profiles/core/nix.nix @@ -55,4 +55,9 @@ nixpkgs.config = { allowUnfree = true; }; + + home-manager = { + useUserPackages = true; + useGlobalPkgs = true; + }; }