configuration/common: add agenix to environment
This commit is contained in:
parent
bcbb1e364f
commit
ad3d98f637
@ -30,6 +30,7 @@
|
|||||||
tmux
|
tmux
|
||||||
colmena
|
colmena
|
||||||
vim
|
vim
|
||||||
|
agenix
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.mtr.enable = true;
|
programs.mtr.enable = true;
|
||||||
|
@ -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;
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user