Add agenix to prepare secrets support

This commit is contained in:
Florian RICHER 2024-04-08 01:15:52 +02:00
parent 40fbcf9654
commit b981d8d00f
4 changed files with 79 additions and 0 deletions

7
home/programs/agenix.nix Normal file
View file

@ -0,0 +1,7 @@
{ pkgs, agenix, ... }:
{
home.packages = [
agenix.packages."${pkgs.system}".default
];
}