From a51888cf7781335b5d5909751427881ab3c4627b Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Tue, 9 Jul 2024 21:09:42 +0200 Subject: [PATCH] pinwheel: Move `unar` closer to `unzip` in `home` module --- hosts/pinwheel/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index e2c460c..2c12cc6 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -15,13 +15,13 @@ home.packages = [ pkgs.zip + pkgs.unar pkgs.jq pkgs.dbeaver-bin pkgs.htop pkgs.onlyoffice-bin pkgs.wdisplays pkgs.ungoogled-chromium - pkgs.unar pkgs.postman ];