Remove rarely used packages
This commit is contained in:
parent
da0e1e8e28
commit
8267540053
|
@ -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 ]))
|
||||||
|
|
|
@ -15,8 +15,5 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
pulseaudio
|
pulseaudio
|
||||||
qjackctl
|
qjackctl
|
||||||
|
|
||||||
carla
|
|
||||||
lsp-plugins
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue