Cleaned up old packages I dont need

This commit is contained in:
2026-02-16 23:26:37 -07:00
parent 0191b8e1e5
commit 7885e7090c
6 changed files with 4 additions and 27 deletions

View File

@@ -40,7 +40,6 @@
./modules/packages/cli.nix
./modules/packages/languages.nix
./modules/packages/media.nix
./modules/packages/security.nix
./modules/packages/networking.nix
./modules/homebrew.nix
./modules/librewolf.nix

View File

@@ -4,23 +4,13 @@
environment.systemPackages = with pkgs; [
helix
micro
lazygit
ripgrep
fnm
cmake
ninja
gradle
netcat-gnu
bitwarden-cli
pwgen
qrencode
sl
upx
wakeonlan
magic-wormhole
httpie
gh
doctl
qemu
];
}

View File

@@ -12,9 +12,6 @@ in
python313
openjdk
openjdk17
lua
luajit
perl
ruby
go
];

View File

@@ -3,7 +3,6 @@
{
environment.systemPackages = with pkgs; [
ffmpeg
tesseract
tectonic
];
}

View File

@@ -2,7 +2,9 @@
{
environment.systemPackages = with pkgs; [
freerdp
openmpi
nmap
nikto
john
rustscan
];
}

View File

@@ -1,10 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
nmap
nikto
john
rustscan
];
}