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