diff --git a/Makefile b/Makefile index 837e19e..78e0fd5 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ default: build build: - home-manager build --flake . --show-trace + nix run . -- build --flake . --show-trace switch: - home-maanger switch --flake . --show-trace + nix run . -- switch --flake . --show-trace