From e11fb4e89db0f465dfcc9b25a2e0bdf00ce758ce Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 8 Apr 2022 08:31:44 -0700 Subject: aptos: consume the new profiles aptos is now using the new home-manager setup. --- lib/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/default.nix b/lib/default.nix index e442357..d0a3d51 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -20,6 +20,10 @@ networking.hostName = hostname; nixpkgs = { config.allowUnfree = true; + overlays = [ + inputs.emacs-overlay.overlay + inputs.nur.overlay + ]; }; # Add each input as a registry nix.registry = inputs.nixpkgs.lib.mapAttrs' -- cgit 1.4.1