feat(nixos): Add zip and unzip packages
This commit is contained in:
parent
f0c47d43a8
commit
2a410c9240
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ in
|
|||
pkgs.curl
|
||||
pkgs.wget
|
||||
pkgs.eza
|
||||
pkgs.zip
|
||||
pkgs.unzip
|
||||
];
|
||||
|
||||
# Shell prompt
|
||||
|
|
Loading…
Reference in a new issue