Use nh
This commit is contained in:
parent
6c57ca5b72
commit
3a2266d44f
1 changed files with 3 additions and 2 deletions
|
|
@ -45,8 +45,9 @@
|
||||||
|
|
||||||
set EDITOR "neovide --no-fork"
|
set EDITOR "neovide --no-fork"
|
||||||
|
|
||||||
alias rebuild='sudo nixos-rebuild switch --flake ${config.conf.nixos-config-path}'
|
alias rebuild='nh os switch'
|
||||||
alias update='sudo nixos-rebuild switch --flake ${config.conf.nixos-config-path}'
|
alias update='nix flake update $FLAKE'
|
||||||
|
alias updateLock='nix flake lock $FLAKE --update-input'
|
||||||
abbr --add ls 'lsd'
|
abbr --add ls 'lsd'
|
||||||
abbr --add :q 'exit'
|
abbr --add :q 'exit'
|
||||||
abbr --add gh 'git push origin'
|
abbr --add gh 'git push origin'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue