diff --git a/config/nix/Makefile b/config/nix/Makefile index 87f6fa92..cb0cbcff 100644 --- a/config/nix/Makefile +++ b/config/nix/Makefile @@ -1,5 +1,5 @@ .PHONY: run build switch: - nix run home-manager/master switch --flake ~/.local/share/dotfiles/config/nix + nix run home-manager/master -- switch --flake ~/.local/share/dotfiles/config/nix init: nix run home-manager/master -- init --switch ~/.local/share/dotfiles/config/nix