feat(just): Add aliases; groups
This commit is contained in:
parent
f3c7582486
commit
c9682172dd
1 changed files with 5 additions and 1 deletions
6
Justfile
6
Justfile
|
@ -1,13 +1,17 @@
|
|||
default:
|
||||
@just --list
|
||||
|
||||
alias dh := deployhome
|
||||
[group('home')]
|
||||
deployhome:
|
||||
# Impure is required for NixGL with proprietary Nvidia drivers :(
|
||||
home-manager switch --impure -b bak --flake .
|
||||
|
||||
deployhomefr:
|
||||
[group('home')]
|
||||
refreshhome:
|
||||
home-manager switch --refresh --impure -b bak --flake .
|
||||
|
||||
alias up := update
|
||||
update:
|
||||
nix flake update
|
||||
|
||||
|
|
Loading…
Reference in a new issue