Compare commits

..

2 commits

Author SHA1 Message Date
6a8c0a82b0 chore: move agenix 2025-07-27 11:00:42 +02:00
8c174b1e46 flake: update (nixvim) 2025-07-27 10:50:37 +02:00
2 changed files with 12 additions and 4 deletions

6
flake.lock generated
View file

@ -1004,11 +1004,11 @@
"nixvim": "nixvim_2" "nixvim": "nixvim_2"
}, },
"locked": { "locked": {
"lastModified": 1753530968, "lastModified": 1753605519,
"narHash": "sha256-mn0wmdFjtZdPQNvReOnyXI8YPCT3arnAKyfuRZuIOiQ=", "narHash": "sha256-RJTIXX9JMeUOA3sJuiqJRBXFzzQLM6GrOFrL8+Iy6hg=",
"owner": "ahwxorg", "owner": "ahwxorg",
"repo": "nixvim-config", "repo": "nixvim-config",
"rev": "bdb8c7c4c77d2757c7e8fdd6e853060ba8287e90", "rev": "20053a4d7a90b56cb7fe38d9557d71aeecd2cb47",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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