diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-03 15:22:18 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-03 15:22:18 -0600 |
commit | 27a2332034d58b1358fbb42f3b1e531055763c21 (patch) | |
tree | c767986ff1584d8092a315b6689d93acdc1efb72 | |
parent | befa9831669f3e8c29745497c174a325f7291ef6 (diff) |
system changes
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,6 +61,8 @@ $(DSTDIR)/%: $(SRCDIR)/% macos-update: install nix flake update --flake $(DSTDIR)/.flake darwin-rebuild switch --flake $(DSTDIR)/.flake + brew update + brew upgrade # macos install tells System Events to update the wallpaper after installation macos-install: $(CONFIGS) |