agenix: enable agenix

This commit is contained in:
2022-12-18 13:15:40 +01:00
parent 437e0b7194
commit b086356254
6 changed files with 52 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
# └─ default.nix
#
{ config, lib, pkgs, inputs, user, location, ... }:
{ config, lib, pkgs, inputs, user, location, agenix, ... }:
{
imports = # Import window or display manager.
@@ -97,6 +97,7 @@
dig
qmk-udev-rules
gptfdisk
agenix.defaultPackage.x86_64-linux
];
};

View File

@@ -85,6 +85,7 @@
lm_sensors
bind
dig
agenix
];
};