dotfiles/justfile
2024-08-28 11:07:30 -05:00

10 lines
161 B
Makefile

hm_flags := "--flake .#goose"
alias b := build
alias inst := install
build:
home-manager build {{hm_flags}}
install:
home-manager switch {{hm_flags}}