pinwheel: Move unar closer to unzip in home module

This commit is contained in:
Alexander Heldt
2024-07-09 21:09:42 +02:00
parent 1a486ffe72
commit a51888cf77

View File

@@ -15,13 +15,13 @@
home.packages = [ home.packages = [
pkgs.zip pkgs.zip
pkgs.unar
pkgs.jq pkgs.jq
pkgs.dbeaver-bin pkgs.dbeaver-bin
pkgs.htop pkgs.htop
pkgs.onlyoffice-bin pkgs.onlyoffice-bin
pkgs.wdisplays pkgs.wdisplays
pkgs.ungoogled-chromium pkgs.ungoogled-chromium
pkgs.unar
pkgs.postman pkgs.postman
]; ];