diff --git a/Makefile b/Makefile index 27fd01b0..bc1004e5 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,9 @@ SUBMODULES := $(CONFIG_DIR)/nvim $(CONFIG_DIR)/hypr $(CONFIG_DIR)/waybar .PHONY: default clean nixos home /etc/nixos/config default: $(SUBMODULES) + git submodule foreach git pull --ff-only command -v nix > /dev/null || exit 1 [ -e /etc/nixos/ ] && make nixos || make home - git submodule foreach git pull --ff-only bat cache --build clean: