Removed game packages; removed binaryninja

This commit is contained in:
Random936
2025-11-10 20:38:33 -05:00
parent f36f414f51
commit b540cfd946
3 changed files with 10 additions and 11 deletions

View File

@@ -3,9 +3,6 @@
feh feh
vlc vlc
dconf dconf
steam
heroic
doomretro
firefox firefox
vesktop vesktop
zoom-us zoom-us

View File

@@ -1,8 +1,8 @@
{ lib, config, pkgs, ... }: let { lib, config, pkgs, ... }:
mypkgs = import ../../packages/all-packages.nix { inherit pkgs lib config; }; #let mypkgs = import ../../packages/all-packages.nix { inherit pkgs lib config; }; in
in { {
# Hacking specific packages. # Hacking specific packages.
home.packages = (with pkgs; [ home.packages = with pkgs; [
gdb gdb
yara yara
nmap nmap
@@ -36,8 +36,8 @@ in {
seclists seclists
]; ];
}) })
]) ++ (with mypkgs; [ ];
binaryninja #++ (with mypkgs; [
]); # binaryninja
#]);
} }

View File

@@ -22,8 +22,10 @@
yt-dlp yt-dlp
ffmpeg ffmpeg
sshpass sshpass
httrack
ripgrep ripgrep
openvpn openvpn
xclicker
pciutils pciutils
fastfetch fastfetch