pr/cleanup #52

Merged
steveej merged 4 commits from pr/reduce-packages into master 2020-09-04 09:49:08 +00:00
3 changed files with 8 additions and 49 deletions

View file

@ -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

View file

@ -240,6 +240,7 @@ endfunction
let g:vimtex_view_zathura_hook_callback = 'ViewerCallback' let g:vimtex_view_zathura_hook_callback = 'ViewerCallback'
let g:vimtex_view_general_callback = 'ViewerCallback' let g:vimtex_view_general_callback = 'ViewerCallback'
let g:vimtex_compiler_progname = '${pkgs.neovim-remote}/bin/nvr' let g:vimtex_compiler_progname = '${pkgs.neovim-remote}/bin/nvr'
let g:tex_flavor = 'latex'
" } latex " } latex
" terminal { " terminal {

View file

@ -1,7 +1,7 @@
{ {
channelsNixosStable = { channelsNixosStable = {
ref = "nixos-20.03"; ref = "nixos-20.03";
rev = "0c59c1296b23abc25a6383ff26db2eeb17ad8a81"; rev = "14006b724f3d1f25ecf38238ee723d38b0c2f4ce";
}; };
channelsNixosUnstable = { channelsNixosUnstable = {
ref = "nixos-unstable"; ref = "nixos-unstable";
@ -10,7 +10,7 @@
nixpkgsMaster = { nixpkgsMaster = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "a332da8588aeea4feb9359d23f58d95520899e3c"; rev = "a26ffb006b8d3c2d1f3c52345783a8d043b828cd";
}; };
homeManagerModule = { homeManagerModule = {
url = "https://github.com/rycee/home-manager"; url = "https://github.com/rycee/home-manager";