diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-10-07 18:55:30 -0500 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-10-07 18:55:30 -0500 |
commit | 616c0b69313ce28bcc727b1763e99604929c30da (patch) | |
tree | d09cf3083ead9885000487440f48ce4e43a920f8 /Makefile | |
parent | 0ef7783a21a5f63f45d8c1bc466d0dce435f966e (diff) |
begin nix migration for mac
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |