diff --git a/Makefile b/Makefile index c7da0b4..837e19e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ -.PHONY: default build +.PHONY: default build switch default: build build: home-manager build --flake . --show-trace + +switch: + home-maanger switch --flake . --show-trace