From 1886b769477943c6cd7b494ef9c3a540fdefd188 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 28 Nov 2024 11:51:03 +0100 Subject: [PATCH] chore(agenix): try another way --- modules/home/agenix.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/home/agenix.nix diff --git a/modules/home/agenix.nix b/modules/home/agenix.nix new file mode 100644 index 0000000..fd3662a --- /dev/null +++ b/modules/home/agenix.nix @@ -0,0 +1,5 @@ +{ config, pkgs, lib, inputs, ... }:{ + environment.systemPackages = [ + inputs.agenix.packages."${system}".default + ]; +}