From 414c2735e2c7320879d66312706f4bcba2bf2e9d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 4 Dec 2023 10:33:09 +0000 Subject: [PATCH] Add zip and unzip for emacs, smbclient to Ronin for work drives --- home/emacs/default.nix | 2 ++ hosts/Ronin/configuration.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/home/emacs/default.nix b/home/emacs/default.nix index df57b8c1..1918c8a6 100644 --- a/home/emacs/default.nix +++ b/home/emacs/default.nix @@ -134,6 +134,8 @@ home.packages = with pkgs; [ # Emacs requirements coreutils + zip + unzip fd ripgrep imagemagick diff --git a/hosts/Ronin/configuration.nix b/hosts/Ronin/configuration.nix index 2193a81a..c1968c7d 100644 --- a/hosts/Ronin/configuration.nix +++ b/hosts/Ronin/configuration.nix @@ -15,6 +15,6 @@ etc."ppp/options".text = '' ipcp-accept-remote ''; - systemPackages = with pkgs; [ openfortivpn zoom-us ]; + systemPackages = with pkgs; [ openfortivpn zoom-us smbclient ]; }; }