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