Latex styles and mtr

This commit is contained in:
Olaf
2025-05-09 13:39:11 +02:00
parent f933be9a9e
commit 3586c78b0d
4 changed files with 77 additions and 29 deletions

View File

@ -37,7 +37,7 @@ in
export PATH=$HOME/.pnpm-packages/bin:$HOME/.pnpm-packages:$PATH
export PATH=$HOME/.npm-packages/bin:$HOME/bin:$PATH
export PATH=$HOME/.local/share/bin:$PATH
export PATH=$HOME/.cargo/bin:$PATH
# Remove history data we don't want to see
export HISTIGNORE="pwd:ls:cd"

View File

@ -20,6 +20,7 @@ with pkgs;
zip
htop
ncdu
mtr
nixfmt-rfc-style
# Encryption and security tools
@ -59,7 +60,7 @@ with pkgs;
tmux
unrar
unzip
zsh-powerlevel10k
# zsh-powerlevel10k
# Python packages
python3
@ -85,6 +86,14 @@ with pkgs;
tikzfill
makecell
bibunits
lualatex-math
selnolig
titling
upquote
microtype
footnotehyper
parskip
xurl
;
})