8 lines
143 B
Nix
8 lines
143 B
Nix
{ config, pkgs, lib, inputs, ... }:
|
|
{
|
|
# agenix client
|
|
environment.systemPackages = [
|
|
inputs.agenix.packages."${system}".default
|
|
];
|
|
}
|