about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-08 08:31:44 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-08 08:31:44 -0700
commite11fb4e89db0f465dfcc9b25a2e0bdf00ce758ce (patch)
treefe322ac74b52caa19ceb1c560c0beb396e0a155e /lib
parentprofiles: create a few new profiles (diff)
downloadworld-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.nix4
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'