From 1f1556dea90d94f9c6fe5aa74c9ce719846f737b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 10 Oct 2021 13:02:56 +0200 Subject: feat(tazjin/tverskoy): Install unzip ... the amount of times I've not had this and nix-shell'd it is ridiculous. Change-Id: I8ac3a7a2915e68d235f8349373b2575e6ebe1cb5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3710 Reviewed-by: tazjin Tested-by: BuildkiteCI --- users/tazjin/nixos/tverskoy/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 6ef229e563..52a82bbc8f 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -244,8 +244,8 @@ in lib.fix(self: { bat chromium curl - direnv ddcutil + direnv dnsutils emacs27-nox # emacsclient exa @@ -290,6 +290,7 @@ in lib.fix(self: { syncthing tokei tree + unzip vlc xsecurelock ]); -- cgit 1.4.1