fix(agenix): add the package to my home env
This commit is contained in:
parent
f9ae6d8088
commit
c7cb0effa0
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue