add(nix): fonts

This commit is contained in:
Léana 江 2023-12-01 21:59:32 +01:00 committed by Léana 江
parent db8b046f4e
commit 205a64ed2a
3 changed files with 19 additions and 12 deletions

View file

@ -67,6 +67,7 @@ abbr sp '$EDITOR ~/.dotfiles/.config/starship.toml'
# Home-manager
abbr np '$EDITOR ~/.dotfiles/.config/home-manager/home.nix'
abbr hs 'home-manager switch'
alias nix-shell 'nix-shell --run fish'
## Python
abbr vv 'python3 -m venv venv && source venv/bin/activate.fish'