diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 20:29:28 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 20:29:28 -0600 |
commit | a53d08187f811e3b55464868b375876aae7bf91a (patch) | |
tree | d17803415d49a15245bad917de53c3c282cc6646 | |
parent | 6707ad47cbed13d066f3a6ad4b8254f3f4326a20 (diff) |
system changes
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |