Added binary ninja personal to repo
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
vlc
|
||||
dconf
|
||||
steam
|
||||
heroic
|
||||
doomretro
|
||||
firefox
|
||||
vesktop
|
||||
zoom-us
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
{ lib, config, pkgs, ... }: {
|
||||
{ lib, config, pkgs, ... }: let
|
||||
mypkgs = import ../../packages/all-packages.nix { inherit pkgs lib config; };
|
||||
in {
|
||||
# Hacking specific packages.
|
||||
home.packages = (with pkgs; [
|
||||
gdb
|
||||
yara
|
||||
nmap
|
||||
#john
|
||||
ffuf
|
||||
amass
|
||||
nikto
|
||||
@@ -35,6 +36,8 @@
|
||||
seclists
|
||||
];
|
||||
})
|
||||
]) ++ (with mypkgs; [
|
||||
binaryninja
|
||||
]);
|
||||
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ pkgs, lib, config, ... }: let
|
||||
{ pkgs, lib, config, ... }: let
|
||||
mypkgs = import ../../packages/all-packages.nix { inherit pkgs lib config; };
|
||||
in {
|
||||
home.packages = with pkgs; [ tmux ];
|
||||
home.packages = with pkgs; [ tmux ];
|
||||
home.file = {
|
||||
".tmux/plugins/tpm".source = "${mypkgs.tpm}";
|
||||
".tmux.conf".source = ../../dotfiles/.tmux.conf;
|
||||
|
||||
Reference in New Issue
Block a user