add some useful small packages

- plasma-browser-integration doesn't work yet
This commit is contained in:
Trolli Schmittlauch 2019-01-09 12:13:36 +01:00
parent 6c7e4268ad
commit a52edbfa12

View file

@ -99,6 +99,7 @@ let
ncdu
psmisc # for killall
dos2unix
reptyr # re-bind running program to other tty
];
nixHelpers = [
@ -130,6 +131,7 @@ let
krdc
skanlite
akonadiconsole
plasma-browser-integration
]
++ (with kdeFrameworks; [
networkmanager-qt
@ -153,6 +155,7 @@ let
shellcheck
mtr
wireshark
ag
];
@ -177,6 +180,7 @@ let
moderncv
acronym
ccicons
fontawesome
koma-script;
})
];
@ -190,7 +194,10 @@ let
jedi
flake8
mypy
];
]
++ (with python2Packages; [
]);
fonts = [
comic-neue
@ -198,6 +205,7 @@ let
source-serif-pro
fira-code
ubuntu_font_family
twemoji-color-font
# TODO: vollkorn
# TODO: humor-sans
];