Remove rarely used packages

This commit is contained in:
Artemis Tosini 2022-06-09 19:17:02 +00:00
parent da0e1e8e28
commit 8267540053
Signed by: artemist
GPG key ID: EE5227935FE3FF18
2 changed files with 0 additions and 26 deletions

View file

@ -1,7 +1,4 @@
{ config, pkgs, pkgs-unstable, lib, ... }: { config, pkgs, pkgs-unstable, lib, ... }:
let
llvm = pkgs.llvmPackages_12;
in
{ {
environment.systemPackages = (with pkgs; [ environment.systemPackages = (with pkgs; [
# Audiovisual # Audiovisual
@ -41,7 +38,6 @@ in
udftools udftools
# Useful CLI tools # Useful CLI tools
age
appimage-run appimage-run
bat bat
bind bind
@ -58,21 +54,16 @@ in
jq jq
libarchive libarchive
lsof lsof
mercurialFull
neovim neovim
nix-index nix-index
openssl openssl
p7zip p7zip
pandoc
parallel parallel
pciutils pciutils
pdftk pdftk
pijul
poppler_utils poppler_utils
ripgrep ripgrep
rlwrap rlwrap
signify
subversion
tmux tmux
tomb tomb
traceroute traceroute
@ -80,7 +71,6 @@ in
unrar unrar
unzip unzip
usbutils usbutils
xclip
xxd xxd
zip zip
@ -94,21 +84,8 @@ in
wget wget
# Development # Development
binutils-unwrapped
ccache
cmake
conda
gcc11
gdb
gnumake
llvm.bintools
llvm.clang
llvm.lld
nasm
patchelf patchelf
rustup rustup
valgrind
yarn
# Security # Security
(pass.withExtensions (exts: [ exts.pass-otp ])) (pass.withExtensions (exts: [ exts.pass-otp ]))

View file

@ -15,8 +15,5 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
pulseaudio pulseaudio
qjackctl qjackctl
carla
lsp-plugins
]; ];
} }