nix/grahpical-fullblown: remove some packages
This commit is contained in:
parent
bfed6c226d
commit
c88134ca53
1 changed files with 5 additions and 47 deletions
|
@ -30,7 +30,7 @@ in {
|
|||
};
|
||||
|
||||
packageOverrides = pkgs: with pkgs; {
|
||||
myPython36 = python36Full.withPackages (ps: with ps; [
|
||||
myPython = python37Full.withPackages (ps: with ps; [
|
||||
pep8 yapf flake8
|
||||
# autopep8 (broken)
|
||||
# pylint (broken)
|
||||
|
@ -94,14 +94,6 @@ in {
|
|||
gitRepo
|
||||
git-lfs
|
||||
|
||||
# TODO: move Cloud/Remote System Management to a dev environment
|
||||
# google-cloud-sdk
|
||||
# ansible
|
||||
# nixops
|
||||
# terraform
|
||||
# awscli
|
||||
# hcloud
|
||||
|
||||
# Process/System Administration
|
||||
htop
|
||||
gnome3.gnome-tweak-tool
|
||||
|
@ -221,7 +213,7 @@ in {
|
|||
exiv2
|
||||
graphviz
|
||||
inkscape
|
||||
## barcode
|
||||
# barcode
|
||||
qrencode
|
||||
zbar
|
||||
feh
|
||||
|
@ -231,7 +223,7 @@ in {
|
|||
# Modelling Tools
|
||||
# plantuml
|
||||
# umlet
|
||||
staruml
|
||||
# staruml
|
||||
# eclipses.eclipse-modeling
|
||||
# dia
|
||||
# astah-community
|
||||
|
@ -286,10 +278,6 @@ in {
|
|||
seafile-client
|
||||
grive2
|
||||
dropbox
|
||||
# gocryptfs
|
||||
# hubicfuse
|
||||
# s3ql
|
||||
# rclone
|
||||
rsync
|
||||
|
||||
# Filesystem Tools
|
||||
|
@ -305,43 +293,12 @@ in {
|
|||
gptfdisk
|
||||
gparted
|
||||
|
||||
# games
|
||||
zeroad
|
||||
|
||||
# Compilers & Toolchains
|
||||
autoconf
|
||||
automake
|
||||
libtool
|
||||
gcc
|
||||
pkgconfig
|
||||
binutils
|
||||
valgrind
|
||||
gdb
|
||||
cgdb
|
||||
man-pages
|
||||
gnumake
|
||||
shellcheck
|
||||
bazel
|
||||
|
||||
## Android
|
||||
androidenv.androidPkgs_9_0.platform-tools
|
||||
|
||||
## Java
|
||||
# jre
|
||||
# openjdk
|
||||
|
||||
## Ruby
|
||||
# ruby
|
||||
|
||||
## Python
|
||||
myPython36
|
||||
pypi2nix
|
||||
|
||||
## Webdev
|
||||
# TODO: move this to dev environment
|
||||
# nodejs-8_x
|
||||
# npm2nix
|
||||
# emscripten
|
||||
myPython
|
||||
|
||||
# Code generators
|
||||
unstablepkgs.swagger-codegen
|
||||
|
@ -367,6 +324,7 @@ in {
|
|||
alacritty
|
||||
roxterm
|
||||
masterpkgs.wally-cli
|
||||
man-pages
|
||||
|
||||
# Screen recording
|
||||
# gtk-recordmydesktop # can't select the window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue