fix(agenix): add the package to my home env

This commit is contained in:
jacekpoz 2023-09-13 16:57:46 +02:00
parent f9ae6d8088
commit c7cb0effa0
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -39,6 +39,7 @@
nix-gaming = inputs.nix-gaming.packages.${pkgs.system};
fenix = inputs.fenix.packages.${pkgs.system};
nixpkgs-wayland = inputs.nixpkgs-wayland.packages.${pkgs.system};
agenix = inputs.agenix.packages.${pkgs.system};
in with pkgs; [
git
librewolf-wayland
@ -199,6 +200,7 @@
ydotool
piper
smartmontools
agenix.default
];
stateVersion = lib.mkDefault "23.11";