chore: Remove nixos-unified from Justfile
This commit is contained in:
parent
f48d94c58f
commit
4c9632ae99
1 changed files with 1 additions and 7 deletions
8
Justfile
8
Justfile
|
@ -1,16 +1,10 @@
|
|||
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}}@
|
||||
home-manager switch -b bak --flake .
|
||||
|
||||
[group('home')]
|
||||
refreshhome:
|
||||
|
|
Loading…
Reference in a new issue