Add packages from theba.

This commit is contained in:
Gabriel Ebner 2015-09-11 07:14:03 +02:00
parent d5c7ef27a2
commit 399a6ce639
2 changed files with 12 additions and 1 deletions

@ -50,6 +50,7 @@
chromium
thunderbird
qalculate-gtk
speedcrunch
viewnior
gnupg
pass xclip pwgen
@ -67,7 +68,7 @@
vimPlugins.YouCompleteMe
gdb
mpv
bind nmap wireshark-gtk
bind nmap wireshark-gtk tcpdump telnet
dstat
which
zip
@ -78,6 +79,7 @@
mutt
nix-prefetch-scripts
nix-repl
jq
texLiveFull biber
androidsdk_4_4
@ -112,6 +114,11 @@
z3
why3
graphviz
toysolver
tip-lib
coq_8_5
emacsPackages.proofgeneral_4_3_pre
nix-repl
] ++ (with aspellDicts; [ en de fr nl ]);

@ -59,4 +59,8 @@
wpa_supplicant = pkgs.callPackage ./pkgs/wpa_supplicant { };
};
environment.systemPackages = with pkgs; [
unison
];
}