From 616c0b69313ce28bcc727b1763e99604929c30da Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Mon, 7 Oct 2024 18:55:30 -0500 Subject: begin nix migration for mac --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 266e19d..87445c1 100644 --- a/Makefile +++ b/Makefile @@ -74,8 +74,9 @@ $(DSTDIR)/$(FONTSDIR)/.SauceCodePro: $(SRCDIR)/$(FONTSDIR)/SauceCodePro.tar.gz macos-update: install brew upgrade -# macos install also install fonts and tells System Events to update the wallpaper -macos-install: $(CONFIGS) fonts +# macos install tells System Events to update the wallpaper +macos-install: $(CONFIGS) + darwin-rebuild switch --flake $(DSTDIR)/.flake osascript -e "tell application \"System Events\" to tell every desktop to set picture to \"/$$HOME/.wallpaper\" as POSIX file" # nixos update backs up the flake lock file -- cgit v1.2.3