diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-08 08:31:44 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-08 08:31:44 -0700 |
commit | e11fb4e89db0f465dfcc9b25a2e0bdf00ce758ce (patch) | |
tree | fe322ac74b52caa19ceb1c560c0beb396e0a155e /lib | |
parent | profiles: create a few new profiles (diff) | |
download | world-e11fb4e89db0f465dfcc9b25a2e0bdf00ce758ce.tar.gz |
aptos: consume the new profiles
aptos is now using the new home-manager setup.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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' |