Added cargo bin to path; added yara package

This commit is contained in:
Random936 2024-06-09 15:08:22 -07:00
parent caf4bed854
commit bd74ca2a70
2 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,7 @@
gnumake
# Hacking
yara
nmap
john
ffuf

View File

@ -20,6 +20,10 @@
update-all = "update-conf && update-home";
};
initExtra = ''
export PATH=$PATH:~/.cargo/bin
'';
plugins = [
{
name = "custom-functions";