From 8c174b1e465ae17a709bcb052c9910a8c52a1398 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 27 Jul 2025 10:50:37 +0200 Subject: [PATCH 1/2] flake: update (nixvim) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 5785f02..a412133 100644 --- a/flake.lock +++ b/flake.lock @@ -1004,11 +1004,11 @@ "nixvim": "nixvim_2" }, "locked": { - "lastModified": 1753530968, - "narHash": "sha256-mn0wmdFjtZdPQNvReOnyXI8YPCT3arnAKyfuRZuIOiQ=", + "lastModified": 1753605519, + "narHash": "sha256-RJTIXX9JMeUOA3sJuiqJRBXFzzQLM6GrOFrL8+Iy6hg=", "owner": "ahwxorg", "repo": "nixvim-config", - "rev": "bdb8c7c4c77d2757c7e8fdd6e853060ba8287e90", + "rev": "20053a4d7a90b56cb7fe38d9557d71aeecd2cb47", "type": "github" }, "original": { From 6a8c0a82b0915023076c9738da68e2e72ed72800 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 27 Jul 2025 11:00:42 +0200 Subject: [PATCH 2/2] 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 ];