mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +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
|
usbutils
|
||||||
moreutils
|
moreutils
|
||||||
file
|
file
|
||||||
|
mosh
|
||||||
|
tmux
|
||||||
## password management
|
## password management
|
||||||
pass
|
pass
|
||||||
pinentry-curses
|
pinentry-curses
|
||||||
|
@ -174,13 +176,13 @@ in
|
||||||
git
|
git
|
||||||
gitAndTools.delta
|
gitAndTools.delta
|
||||||
gitAndTools.gitui
|
gitAndTools.gitui
|
||||||
## GitHub actions
|
|
||||||
act
|
|
||||||
## terminal, browsers, text editing, note taking
|
## terminal, browsers, text editing, note taking
|
||||||
alacritty
|
alacritty
|
||||||
vscodium
|
vscodium
|
||||||
neovim
|
neovim
|
||||||
firefox-wayland
|
firefox-wayland
|
||||||
|
# temporary
|
||||||
|
brave
|
||||||
unstable.obsidian
|
unstable.obsidian
|
||||||
## time tracking
|
## time tracking
|
||||||
watson
|
watson
|
||||||
|
@ -198,6 +200,8 @@ in
|
||||||
libheif
|
libheif
|
||||||
## LaTeX
|
## LaTeX
|
||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
|
## Citation management
|
||||||
|
zotero
|
||||||
## the eternal pain continues
|
## the eternal pain continues
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
## video and media applications
|
## video and media applications
|
||||||
|
@ -208,8 +212,6 @@ in
|
||||||
streamlink
|
streamlink
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
musikcube
|
musikcube
|
||||||
obs-studio
|
|
||||||
obs-studio-plugins.wlrobs
|
|
||||||
## messenger
|
## messenger
|
||||||
slack
|
slack
|
||||||
tdesktop
|
tdesktop
|
||||||
|
|
|
@ -10,7 +10,8 @@
|
||||||
numpy
|
numpy
|
||||||
pylint
|
pylint
|
||||||
# rpy2
|
# rpy2
|
||||||
jupyter
|
# NOTE(feliix42): due to security vulnerability in the naughty zone for now.
|
||||||
|
#jupyter
|
||||||
];
|
];
|
||||||
python-with-my-packages = python3.withPackages my-python-packages;
|
python-with-my-packages = python3.withPackages my-python-packages;
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue