switch back ONCE AGAIN to agenix

This commit is contained in:
uku 2024-01-18 17:55:21 +01:00
parent 5f29a6b8c8
commit 42a80a2565
Signed by: uku
GPG key ID: 7D01D7B105E77166
9 changed files with 89 additions and 187 deletions

View file

@ -3,7 +3,7 @@
pkgs,
config,
nixpkgs,
ragenix,
agenix,
...
}: {
age = {
@ -27,7 +27,7 @@
systemPackages = with pkgs; let
inherit (pkgs.stdenv.hostPlatform) system;
in [
ragenix.packages.${system}.default
agenix.packages.${system}.default
neovim
git
curl