dotfiles/Makefile
2024-09-16 08:54:52 +03:00

6 lines
109 B
Makefile

.PHONY: update clean
update:
home-manager switch --flake .#functionalhacker
clean:
nix-collect-garbage -d