From 6a8c0a82b0915023076c9738da68e2e72ed72800 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 27 Jul 2025 11:00:42 +0200 Subject: [PATCH] chore: move `agenix` --- modules/{home => core}/agenix.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) rename modules/{home => core}/agenix.nix (60%) diff --git a/modules/home/agenix.nix b/modules/core/agenix.nix similarity index 60% rename from modules/home/agenix.nix rename to modules/core/agenix.nix index fd3662a..7a13dbd 100644 --- a/modules/home/agenix.nix +++ b/modules/core/agenix.nix @@ -1,4 +1,12 @@ -{ config, pkgs, lib, inputs, ... }:{ +{ + config, + system, + pkgs, + lib, + inputs, + ... +}: +{ environment.systemPackages = [ inputs.agenix.packages."${system}".default ];