From 3c56463322e0eb1b15d41bf7b16f5526e31e2367 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Mon, 23 Oct 2023 21:54:23 +0200 Subject: [PATCH] pinwheel: Add `unar` --- hosts/pinwheel/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index 17568da..5a87760 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -15,6 +15,7 @@ pkgs.onlyoffice-bin pkgs.wdisplays pkgs.teams-for-linux + pkgs.unar ]; home.stateVersion = "23.05";