feat(just): Use nixos-unified
This commit is contained in:
parent
ef96515b36
commit
5b6d131011
1 changed files with 2 additions and 3 deletions
5
Justfile
5
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:
|
||||
|
|
Loading…
Reference in a new issue