chore: move agenix

This commit is contained in:
Ahwx 2025-07-27 11:00:42 +02:00
parent 8c174b1e46
commit 6a8c0a82b0

13
modules/core/agenix.nix Normal file
View file

@ -0,0 +1,13 @@
{
config,
system,
pkgs,
lib,
inputs,
...
}:
{
environment.systemPackages = [
inputs.agenix.packages."${system}".default
];
}