From 8267540053623f0ca6cd59ad85a88ff99f525da8 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Thu, 9 Jun 2022 19:17:02 +0000 Subject: [PATCH] Remove rarely used packages --- sets/packages.nix | 23 ----------------------- sets/pipewire.nix | 3 --- 2 files changed, 26 deletions(-) diff --git a/sets/packages.nix b/sets/packages.nix index 3414b2d..96f1e1b 100644 --- a/sets/packages.nix +++ b/sets/packages.nix @@ -1,7 +1,4 @@ { config, pkgs, pkgs-unstable, lib, ... }: -let - llvm = pkgs.llvmPackages_12; -in { environment.systemPackages = (with pkgs; [ # Audiovisual @@ -41,7 +38,6 @@ in udftools # Useful CLI tools - age appimage-run bat bind @@ -58,21 +54,16 @@ in jq libarchive lsof - mercurialFull neovim nix-index openssl p7zip - pandoc parallel pciutils pdftk - pijul poppler_utils ripgrep rlwrap - signify - subversion tmux tomb traceroute @@ -80,7 +71,6 @@ in unrar unzip usbutils - xclip xxd zip @@ -94,21 +84,8 @@ in wget # Development - binutils-unwrapped - ccache - cmake - conda - gcc11 - gdb - gnumake - llvm.bintools - llvm.clang - llvm.lld - nasm patchelf rustup - valgrind - yarn # Security (pass.withExtensions (exts: [ exts.pass-otp ])) diff --git a/sets/pipewire.nix b/sets/pipewire.nix index 99fdac4..c900576 100644 --- a/sets/pipewire.nix +++ b/sets/pipewire.nix @@ -15,8 +15,5 @@ environment.systemPackages = with pkgs; [ pulseaudio qjackctl - - carla - lsp-plugins ]; }