From 9c9f4868fbfc43a5a09c0475b1c5a1643355ad12 Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Tue, 24 Jan 2023 21:33:07 +0000 Subject: [PATCH] agenix: add to global packages --- modules/common/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/common/default.nix b/modules/common/default.nix index 527358f..19ad4b2 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, config, ... }: +{ pkgs, lib, config, agenix, ... }: { imports = [ @@ -36,6 +36,7 @@ environment = { systemPackages = with pkgs; [ + agenix.defaultPackage."${system}" git htop nix