dotfiles/justfile

18 lines
284 B
Makefile

update_all: system_update home_update
format_home:
nixfmt ./home-manager
format_system:
nixfmt ./etcnixos
format: format_home format_system
system_update:
nh os boot -u ./etcnixos
home_update:
rm -fr ~/.gtkrc-2.0
nh home switch -u ./home-manager -- --impure