Ahwxorg/modules/home/agenix.nix
2024-11-28 11:51:03 +01:00

5 lines
124 B
Nix

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