remove some old programs, add new tools

This commit is contained in:
Felix Suchert 2022-08-26 16:01:26 +02:00
parent 6fdadbdbd0
commit b8a5b096c0
Signed by: feliix42
GPG key ID: 24363525EA0E8A99
2 changed files with 8 additions and 5 deletions

View file

@ -138,6 +138,8 @@ in
usbutils
moreutils
file
mosh
tmux
## password management
pass
pinentry-curses
@ -174,13 +176,13 @@ in
git
gitAndTools.delta
gitAndTools.gitui
## GitHub actions
act
## terminal, browsers, text editing, note taking
alacritty
vscodium
neovim
firefox-wayland
# temporary
brave
unstable.obsidian
## time tracking
watson
@ -198,6 +200,8 @@ in
libheif
## LaTeX
texlive.combined.scheme-full
## Citation management
zotero
## the eternal pain continues
libreoffice-fresh
## video and media applications
@ -208,8 +212,6 @@ in
streamlink
ffmpeg-full
musikcube
obs-studio
obs-studio-plugins.wlrobs
## messenger
slack
tdesktop

View file

@ -10,7 +10,8 @@
numpy
pylint
# rpy2
jupyter
# NOTE(feliix42): due to security vulnerability in the naughty zone for now.
#jupyter
];
python-with-my-packages = python3.withPackages my-python-packages;
in