Removed game packages; removed binaryninja
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
feh
|
||||
vlc
|
||||
dconf
|
||||
steam
|
||||
heroic
|
||||
doomretro
|
||||
firefox
|
||||
vesktop
|
||||
zoom-us
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{ lib, config, pkgs, ... }: let
|
||||
mypkgs = import ../../packages/all-packages.nix { inherit pkgs lib config; };
|
||||
in {
|
||||
{ lib, config, pkgs, ... }:
|
||||
#let mypkgs = import ../../packages/all-packages.nix { inherit pkgs lib config; }; in
|
||||
{
|
||||
# Hacking specific packages.
|
||||
home.packages = (with pkgs; [
|
||||
home.packages = with pkgs; [
|
||||
gdb
|
||||
yara
|
||||
nmap
|
||||
@@ -36,8 +36,8 @@ in {
|
||||
seclists
|
||||
];
|
||||
})
|
||||
]) ++ (with mypkgs; [
|
||||
binaryninja
|
||||
]);
|
||||
|
||||
];
|
||||
#++ (with mypkgs; [
|
||||
# binaryninja
|
||||
#]);
|
||||
}
|
||||
|
||||
@@ -22,8 +22,10 @@
|
||||
yt-dlp
|
||||
ffmpeg
|
||||
sshpass
|
||||
httrack
|
||||
ripgrep
|
||||
openvpn
|
||||
xclicker
|
||||
pciutils
|
||||
fastfetch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user