marleyos/Justfile

23 lines
366 B
Makefile
Raw Normal View History

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