Compare commits
No commits in common. "49cf979f3bcbdcc165dde1ee99f7da7363c79021" and "ef96515b36544a90b1bd136d7228032c7a050bac" have entirely different histories.
49cf979f3b
...
ef96515b36
1 changed files with 4 additions and 9 deletions
13
Justfile
13
Justfile
|
@ -1,20 +1,15 @@
|
||||||
default:
|
default:
|
||||||
@just --list
|
@just --list
|
||||||
|
|
||||||
alias d := deploy
|
|
||||||
[group('activate')]
|
|
||||||
deploy:
|
|
||||||
nix run .#activate
|
|
||||||
|
|
||||||
alias dh := deployhome
|
alias dh := deployhome
|
||||||
[group('home')]
|
[group('home')]
|
||||||
[group('activate')]
|
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:
|
||||||
home-manager switch --refresh -b bak --flake .
|
home-manager switch --refresh --impure -b bak --flake .
|
||||||
|
|
||||||
alias up := update
|
alias up := update
|
||||||
update:
|
update:
|
||||||
|
|
Loading…
Reference in a new issue