Ahwxorg/modules/core/agenix.nix
2025-07-27 12:43:57 +02:00

13 lines
148 B
Nix

{
config,
system,
pkgs,
lib,
inputs,
...
}:
{
environment.systemPackages = [
inputs.agenix.packages.${pkgs.system}.default
];
}