Added unzip to configuration

This commit is contained in:
KoenDR06 2024-06-12 19:15:23 +02:00
parent c52cecedd7
commit e7c5b82f3a
2 changed files with 3 additions and 2 deletions

View file

@ -29,7 +29,6 @@
# Enable programs # Enable programs
home.packages = with pkgs; [ home.packages = with pkgs; [
bitwarden bitwarden
discord discord
docker-compose docker-compose
@ -61,6 +60,7 @@
sops sops
spotify spotify
thunderbird thunderbird
unzip
whatsapp-for-linux whatsapp-for-linux
zsh zsh
]; ];

View file

@ -36,6 +36,7 @@
sops sops
tailscale tailscale
tmux tmux
unzip
wakeonlan wakeonlan
]; ];