dotfiles/justfile

11 lines
161 B
Makefile
Raw Normal View History

2024-08-28 11:07:30 -05:00
hm_flags := "--flake .#goose"
alias b := build
alias inst := install
build:
home-manager build {{hm_flags}}
install:
home-manager switch {{hm_flags}}