chore(agenix): try another way

This commit is contained in:
Ahwx 2024-11-28 11:51:03 +01:00
parent bb3a9ec100
commit 1886b76947

5
modules/home/agenix.nix Normal file
View file

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