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; [
|
home.packages = with pkgs; [
|
||||||
# Emacs requirements
|
# Emacs requirements
|
||||||
coreutils
|
coreutils
|
||||||
|
zip
|
||||||
|
unzip
|
||||||
fd
|
fd
|
||||||
ripgrep
|
ripgrep
|
||||||
imagemagick
|
imagemagick
|
||||||
|
|
|
@ -15,6 +15,6 @@
|
||||||
etc."ppp/options".text = ''
|
etc."ppp/options".text = ''
|
||||||
ipcp-accept-remote
|
ipcp-accept-remote
|
||||||
'';
|
'';
|
||||||
systemPackages = with pkgs; [ openfortivpn zoom-us ];
|
systemPackages = with pkgs; [ openfortivpn zoom-us smbclient ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue