marleyos/Justfile
2024-11-18 21:17:19 -08:00

22 lines
366 B
Makefile

default:
@just --list
alias dh := deployhome
[group('home')]
deployhome user=env_var('USER'):
nh home switch -c marley@nyx -b bak
[group('home')]
refreshhome:
home-manager switch --refresh -b bak --flake .
alias up := update
update:
nix flake update
updatejust this:
nix flake update {{this}}
alias gc := collectgarbage
collectgarbage:
nh clean all