mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 06:06:29 +00:00
remove some old programs, add new tools
This commit is contained in:
parent
6fdadbdbd0
commit
b8a5b096c0
2 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue