From a53d08187f811e3b55464868b375876aae7bf91a Mon Sep 17 00:00:00 2001 From: jjanzen Date: Wed, 8 Jan 2025 20:29:28 -0600 Subject: system changes --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d2d7b23..21c6f0f 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,8 @@ macos-update: install 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" + mkdir -p ~/Applications/Emacs.app/Contents/MacOS + ln -s $$(which emacs) ~/Applications/Emacs.app/Contents/MacOS/Emacs nixos-update: install nix flake update $(DSTDIR)/.flake -- cgit v1.2.3