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:
|
||||
@just --list
|
||||
|
||||
alias d := deploy
|
||||
[group('activate')]
|
||||
deploy:
|
||||
nix run .#activate
|
||||
|
||||
alias dh := deployhome
|
||||
[group('home')]
|
||||
[group('activate')]
|
||||
deployhome user=env_var('USER'):
|
||||
nix run .#activate {{user}}@
|
||||
deployhome:
|
||||
# Impure is required for NixGL with proprietary Nvidia drivers :(
|
||||
home-manager switch --impure -b bak --flake .
|
||||
|
||||
[group('home')]
|
||||
refreshhome:
|
||||
home-manager switch --refresh -b bak --flake .
|
||||
home-manager switch --refresh --impure -b bak --flake .
|
||||
|
||||
alias up := update
|
||||
update:
|
||||
|
|
Loading…
Reference in a new issue