From ef2e9a31c61afdbb106eea365b1758a1c1ceadca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <cynerd@email.cz>
Date: Mon, 13 Jun 2022 07:57:36 +0200
Subject: nixos/modules/generic: add zip

---
 nixos/modules/generic.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'nixos/modules')

diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix
index 467ee8c..4cd4953 100644
--- a/nixos/modules/generic.nix
+++ b/nixos/modules/generic.nix
@@ -46,7 +46,7 @@ with lib;
       strace
 
       sourceHighlight # Colors for less
-      unrar p7zip
+      unrar p7zip zip
 
       # Vim plugins (used for root account)
       vimPlugins.vim-nix
-- 
cgit v1.2.3