aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-01-08 20:29:28 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-01-08 20:29:28 -0600
commita53d08187f811e3b55464868b375876aae7bf91a (patch)
treed17803415d49a15245bad917de53c3c282cc6646 /Makefile
parent6707ad47cbed13d066f3a6ad4b8254f3f4326a20 (diff)
system changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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