Add some packages

This commit is contained in:
Oystein Kristoffer Tveit 2022-08-18 23:17:34 +02:00
parent 4afad13d70
commit 97a022d1dd
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 9 additions and 3 deletions

View File

@ -5,7 +5,6 @@ in {
asciidoctor asciidoctor
beets beets
biber biber
python39Packages.bpython
broot broot
castnow castnow
catdocx catdocx
@ -26,7 +25,7 @@ in {
ffmpeg ffmpeg
glances glances
googler googler
# gpgtui gpg-tui
gping gping
graphviz graphviz
hck hck
@ -66,6 +65,8 @@ in {
ouch ouch
pandoc pandoc
parallel parallel
pinentry
pinentry-curses
python3 python3
rclone rclone
ripgrep ripgrep
@ -101,7 +102,11 @@ in {
icu icu
openssl openssl
xorg.xprop xorg.xprop
] ++ ( ] ++ (with pkgs.python3Packages; [
bpython
]) ++ (with pkgs.haskellPackages; [
# bhoogle
]) ++ (
lib.optionals (!machineVars.headless) [ lib.optionals (!machineVars.headless) [
ahoviewer ahoviewer
anki anki
@ -158,6 +163,7 @@ in {
thunar-media-tags-plugin thunar-media-tags-plugin
]; ];
}) })
xmonad-log
# xsnow # Wait until christmas # xsnow # Wait until christmas
yuzu-mainline yuzu-mainline