diff options
author | sils <sils@sils.li> | 2023-03-07 16:07:56 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-03-07 16:07:56 +0100 |
commit | b76c3f15a7bc72de0af770148ead544179007109 (patch) | |
tree | 13724f48919a334252d7184b400b867cb2427e6f | |
parent | Update: flake.lock (diff) | |
download | nix-config-b76c3f15a7bc72de0af770148ead544179007109.tar.gz nix-config-b76c3f15a7bc72de0af770148ead544179007109.zip |
Packages: Add zip-utils
-rw-r--r-- | packages.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages.nix b/packages.nix index 3af3633..2d0ed05 100644 --- a/packages.nix +++ b/packages.nix @@ -13,6 +13,12 @@ neofetch # a must-have zsh # the one and only shell + # archives + unzip + zip + _7zz + + neovim # edit nix files ;) inkscape # vector graphics @@ -63,7 +69,6 @@ zsh-you-should-use # reminder for aliasses jetbrains.idea-community # Java-IDE python39 # python programming language - _7zz # 7zip archive utility sayonara # audioplayer vlc # audio, again nmap # network scanning |