add some useful small packages
- plasma-browser-integration doesn't work yet
This commit is contained in:
parent
6c7e4268ad
commit
a52edbfa12
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue