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