add: use nix

This commit is contained in:
Léana 江 2023-11-30 21:24:54 +01:00 committed by Léana 江
parent 1eb6b8eebe
commit e3662da761
5 changed files with 20 additions and 10 deletions

View file

@ -63,6 +63,7 @@ abbr xp 'cd ~/.dotfiles/.config/helix && $EDITOR config.toml && prevd'
abbr fp 'cd ~/.dotfiles/.config/fish/functions && $EDITOR ../config.fish && prevd'
abbr tp '$EDITOR ~/.dotfiles/.tmux.conf'
abbr sp '$EDITOR ~/.dotfiles/.config/starship.toml'
abbr np '$EDITOR ~/.dotfiles/default.nix'
## Python
abbr vv 'python3 -m venv venv && source venv/bin/activate.fish'