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; [ environment.systemPackages = with pkgs; [
cryptsetup cryptsetup
kubectl kubectl
pwgen
whois whois
unstable.kubernetes-helm unstable.kubernetes-helm
unstable.kustomize unstable.kustomize
unstable.vault
# podman # podman
conmon conmon

View file

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