Add zip and unzip for emacs, smbclient to Ronin for work drives
This commit is contained in:
parent
2bffd69c9e
commit
414c2735e2
|
@ -134,6 +134,8 @@
|
|||
home.packages = with pkgs; [
|
||||
# Emacs requirements
|
||||
coreutils
|
||||
zip
|
||||
unzip
|
||||
fd
|
||||
ripgrep
|
||||
imagemagick
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
etc."ppp/options".text = ''
|
||||
ipcp-accept-remote
|
||||
'';
|
||||
systemPackages = with pkgs; [ openfortivpn zoom-us ];
|
||||
systemPackages = with pkgs; [ openfortivpn zoom-us smbclient ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue