👷 ci(just): Add --refresh script
This commit is contained in:
parent
79aae021ce
commit
edc2ff2282
1 changed files with 3 additions and 0 deletions
3
Justfile
3
Justfile
|
@ -5,6 +5,9 @@ deployhome:
|
|||
# Impure is required for NixGL with proprietary Nvidia drivers :(
|
||||
home-manager switch --impure -b bak --flake .
|
||||
|
||||
deployhomefr:
|
||||
home-manager switch --refresh --impure -b bak --flake .
|
||||
|
||||
update:
|
||||
nix flake update
|
||||
|
||||
|
|
Loading…
Reference in a new issue