nixos/common: Add unzip

This commit is contained in:
Jack O'Sullivan 2023-05-13 22:19:56 +01:00
parent ff01a2aa36
commit e5ad65c4e1

View File

@ -124,6 +124,7 @@ in
bash-completion bash-completion
vim vim
git git
unzip
] ]
(mkIf config.services.netdata.enable [ netdata ]) (mkIf config.services.netdata.enable [ netdata ])
]; ];