diff --git a/Justfile b/Justfile index 7af1e0e..378a990 100644 --- a/Justfile +++ b/Justfile @@ -3,9 +3,8 @@ default: alias dh := deployhome [group('home')] -deployhome: - # Impure is required for NixGL with proprietary Nvidia drivers :( - home-manager switch --impure -b bak --flake . +deployhome user=env_var('USER'): + nix run .#activate {{user}}@ [group('home')] refreshhome: