dotfiles/justfile

16 lines
249 B
Makefile

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