diff --git a/Justfile b/Justfile index d68a508..006deff 100644 --- a/Justfile +++ b/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