Paketliste mit altem gentoo System abgeglichen

This commit is contained in:
Trolli Schmittlauch 2018-09-26 15:32:06 +02:00
parent 566cc6cc9e
commit 49707da780

View file

@ -23,6 +23,12 @@ let
anki anki
signal-desktop signal-desktop
(tor-browser-bundle-bin.override {mediaSupport=true;pulseaudioSupport=true;}) (tor-browser-bundle-bin.override {mediaSupport=true;pulseaudioSupport=true;})
virtualbox
pdfpc
quaternion
#corebird
gpx-viewer
gpxsee
]; ];
graphicsApps = [ graphicsApps = [
@ -31,7 +37,13 @@ let
darktable darktable
hugin hugin
luminanceHDR luminanceHDR
]; exiftool
]
++ (with gimpPlugins; [
resynthesizer2
fourier
lqrPlugin
]);
multimediaApps = [ multimediaApps = [
mpv mpv
@ -40,6 +52,10 @@ let
unstable.clementine unstable.clementine
youtube-dl youtube-dl
sonic-pi sonic-pi
musescore
audacity
avidemux
linphone
]; ];
cliApps = [ cliApps = [
@ -59,6 +75,10 @@ let
unar unar
pwgen pwgen
pandoc pandoc
agrep
pdfgrep
torsocks
ncdu
]; ];
nixHelpers = [ nixHelpers = [
@ -85,6 +105,9 @@ let
#ktouch #ktouch
konversation konversation
okteta okteta
ktorrent
krdc
skanlite
] ]
++ (with kdeFrameworks; [ ++ (with kdeFrameworks; [
networkmanager-qt networkmanager-qt
@ -102,6 +125,11 @@ let
valgrind valgrind
zeal zeal
gcc gcc
kdevelop
qtcreator
shellcheck
mtr
wireshark
]; ];
@ -135,10 +163,13 @@ let
pip pip
numpy numpy
matplotlib matplotlib
jedi
]; ];
fonts = [ fonts = [
# TODO: vollkorn # TODO: vollkorn
# TODO: humor-sans
comic-neue
source-sans-pro source-sans-pro
source-serif-pro source-serif-pro
]; ];