summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-11-27 14:35:21 +0100
committerAlan Pearce2024-11-27 14:35:21 +0100
commit67d317deef6c099409c345de076386f7ae359a0a (patch)
treecc944656df39aa79d6ae12224176b774af66313c /flake.nix
parentee227bb0d8ad3ac55ab0e840fb07493b8a469181 (diff)
downloadnixfiles-67d317deef6c099409c345de076386f7ae359a0a.tar.lz
nixfiles-67d317deef6c099409c345de076386f7ae359a0a.tar.zst
nixfiles-67d317deef6c099409c345de076386f7ae359a0a.zip
install age and agenix to home-manager profile
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 07188f43..d0853ec4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -65,6 +65,7 @@
         pkgs = import nixpkgs {
           inherit system;
           overlays = readOverlays (toString ./overlays) ++ [
+            agenix.overlays.default
             (self: super: {
               personal = personal.packages.${system};
               enchant = super.enchant.override {