add pwgen vault file and manix
This commit is contained in:
parent
b7545ff155
commit
56ab58a2ef
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue