Cleaned up old packages I dont need
This commit is contained in:
@@ -40,7 +40,6 @@
|
|||||||
./modules/packages/cli.nix
|
./modules/packages/cli.nix
|
||||||
./modules/packages/languages.nix
|
./modules/packages/languages.nix
|
||||||
./modules/packages/media.nix
|
./modules/packages/media.nix
|
||||||
./modules/packages/security.nix
|
|
||||||
./modules/packages/networking.nix
|
./modules/packages/networking.nix
|
||||||
./modules/homebrew.nix
|
./modules/homebrew.nix
|
||||||
./modules/librewolf.nix
|
./modules/librewolf.nix
|
||||||
|
|||||||
@@ -4,23 +4,13 @@
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
helix
|
helix
|
||||||
micro
|
micro
|
||||||
lazygit
|
|
||||||
ripgrep
|
|
||||||
fnm
|
fnm
|
||||||
cmake
|
cmake
|
||||||
ninja
|
|
||||||
gradle
|
gradle
|
||||||
netcat-gnu
|
netcat-gnu
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
pwgen
|
|
||||||
qrencode
|
qrencode
|
||||||
sl
|
sl
|
||||||
upx
|
upx
|
||||||
wakeonlan
|
|
||||||
magic-wormhole
|
|
||||||
httpie
|
|
||||||
gh
|
|
||||||
doctl
|
|
||||||
qemu
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,9 +12,6 @@ in
|
|||||||
python313
|
python313
|
||||||
openjdk
|
openjdk
|
||||||
openjdk17
|
openjdk17
|
||||||
lua
|
|
||||||
luajit
|
|
||||||
perl
|
|
||||||
ruby
|
ruby
|
||||||
go
|
go
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ffmpeg
|
ffmpeg
|
||||||
tesseract
|
|
||||||
tectonic
|
tectonic
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
freerdp
|
nmap
|
||||||
openmpi
|
nikto
|
||||||
|
john
|
||||||
|
rustscan
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
nmap
|
|
||||||
nikto
|
|
||||||
john
|
|
||||||
rustscan
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user