Add zip and unzip for emacs, smbclient to Ronin for work drives

This commit is contained in:
Evie Litherland-Smith 2023-12-04 10:33:09 +00:00
parent 2bffd69c9e
commit 414c2735e2
2 changed files with 3 additions and 1 deletions

View file

@ -134,6 +134,8 @@
home.packages = with pkgs; [
# Emacs requirements
coreutils
zip
unzip
fd
ripgrep
imagemagick

View file

@ -15,6 +15,6 @@
etc."ppp/options".text = ''
ipcp-accept-remote
'';
systemPackages = with pkgs; [ openfortivpn zoom-us ];
systemPackages = with pkgs; [ openfortivpn zoom-us smbclient ];
};
}