fix(nix): use nix properly

This commit is contained in:
Léana 江 2023-12-01 11:37:12 +01:00 committed by Léana 江
parent 61157fd972
commit 0e2985a93c
3 changed files with 142 additions and 27 deletions

View file

@ -63,7 +63,10 @@ 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'
# Home-manager
abbr np '$EDITOR ~/.dotfiles/home-manager/default.nix'
abbr hs 'home-manager switch'
## Python
abbr vv 'python3 -m venv venv && source venv/bin/activate.fish'