This repository has been archived on 2026-04-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
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