configuration/common: add agenix to environment
This commit is contained in:
parent
bcbb1e364f
commit
ad3d98f637
@ -30,6 +30,7 @@
|
||||
tmux
|
||||
colmena
|
||||
vim
|
||||
agenix
|
||||
];
|
||||
|
||||
programs.mtr.enable = true;
|
||||
|
@ -23,6 +23,8 @@ rec {
|
||||
({ ... }: {
|
||||
nixpkgs.overlays = [
|
||||
(_: _: {
|
||||
inherit (agenix.packages."x86_64-linux")
|
||||
agenix;
|
||||
inherit (nixos-exporter.packages."x86_64-linux")
|
||||
nixos-exporter;
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user