marleyos/Justfile

23 lines
366 B
Makefile
Raw Normal View History

default:
@just --list
2024-11-05 19:56:12 -08:00
alias dh := deployhome
[group('home')]
2024-11-13 19:55:01 -08:00
deployhome user=env_var('USER'):
2024-11-18 21:17:03 -08:00
nh home switch -c marley@nyx -b bak
2024-11-05 19:56:12 -08:00
[group('home')]
refreshhome:
2024-11-13 20:01:43 -08:00
home-manager switch --refresh -b bak --flake .
2024-11-03 19:12:15 -08:00
2024-11-05 19:56:12 -08:00
alias up := update
update:
nix flake update
updatejust this:
nix flake update {{this}}
2024-11-17 16:32:27 -08:00
alias gc := collectgarbage
collectgarbage:
2024-11-18 21:17:03 -08:00
nh clean all