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:
|
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 user=env_var('USER'):
|
deployhome user=env_var('USER'):
|
||||||
nix run .#activate {{user}}@
|
home-manager switch -b bak --flake .
|
||||||
|
|
||||||
[group('home')]
|
[group('home')]
|
||||||
refreshhome:
|
refreshhome:
|
||||||
|
|
Loading…
Reference in a new issue