👷 ci(just): Add --refresh script
This commit is contained in:
parent
c1d7e5cf43
commit
a307a17f52
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