feat(just): Use nixos-unified
This commit is contained in:
parent
f091735114
commit
5ca8cfe030
1 changed files with 2 additions and 3 deletions
5
Justfile
5
Justfile
|
@ -3,9 +3,8 @@ default:
|
||||||
|
|
||||||
alias dh := deployhome
|
alias dh := deployhome
|
||||||
[group('home')]
|
[group('home')]
|
||||||
deployhome:
|
deployhome user=env_var('USER'):
|
||||||
# Impure is required for NixGL with proprietary Nvidia drivers :(
|
nix run .#activate {{user}}@
|
||||||
home-manager switch --impure -b bak --flake .
|
|
||||||
|
|
||||||
[group('home')]
|
[group('home')]
|
||||||
refreshhome:
|
refreshhome:
|
||||||
|
|
Loading…
Reference in a new issue