add pwgen vault file and manix

This commit is contained in:
foosinn 2020-10-28 18:20:30 +01:00
parent b7545ff155
commit 56ab58a2ef
2 changed files with 4 additions and 0 deletions

View file

@ -6,9 +6,11 @@ in {
environment.systemPackages = with pkgs; [
cryptsetup
kubectl
pwgen
whois
unstable.kubernetes-helm
unstable.kustomize
unstable.vault
# podman
conmon

View file

@ -11,6 +11,7 @@ in {
borgbackup
direnv
fd
file
fzf
git
gnupg
@ -28,6 +29,7 @@ in {
unzip
wget
z-lua
unstable.manix
unstable.starship
(import ../packages/neovim.nix)
];