1
0
Fork 0

configuration/common: add agenix to environment

This commit is contained in:
clerie 2023-05-01 12:29:55 +02:00
parent bcbb1e364f
commit ad3d98f637
2 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,7 @@
tmux tmux
colmena colmena
vim vim
agenix
]; ];
programs.mtr.enable = true; programs.mtr.enable = true;

View File

@ -23,6 +23,8 @@ rec {
({ ... }: { ({ ... }: {
nixpkgs.overlays = [ nixpkgs.overlays = [
(_: _: { (_: _: {
inherit (agenix.packages."x86_64-linux")
agenix;
inherit (nixos-exporter.packages."x86_64-linux") inherit (nixos-exporter.packages."x86_64-linux")
nixos-exporter; nixos-exporter;
}) })