home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c118f8d8181a40e2a6f208f35518653316abd7e7
parent 12ed3f55c9645df66e1853b5e5d07bffb264f289
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat, 23 May 2020 17:40:29 +0200

systems/hokkaido: make home-manager use global pkgs

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hokkaido.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/systems/hokkaido.nix b/systems/hokkaido.nix @@ -49,6 +49,7 @@ in # FIXME: move this away profiles.nix-config.enable = false; + home-manager.useGlobalPkgs = true; nix.nixPath = [ "nixos-config=${dummyConfig}" "nixpkgs=/run/current-system/nixpkgs"