system changes

This commit is contained in:
jjanzen 2025-03-30 21:11:16 -05:00
parent 3b0eb1d8bf
commit 2a2c978573
3 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ macos-update: install
nix flake update --flake $(DSTDIR)/flake
darwin-rebuild switch --flake $(DSTDIR)/flake
brew update
brew upgrade -f
brew upgrade
# macos install tells System Events to update the wallpaper after installation
macos-install: $(CONFIGS)

View file

@ -30,7 +30,6 @@ Import configurations for programs and install programs with no configuration.
findutils
fzf
ghc
gnuplot
gnutls
go
gopls

View file

@ -45,6 +45,7 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat
"clang-format" # nix version screws up clang setup
"openjdk" # there's really no jdk for mac from nix?
"pinentry-touchid" # no nix version
"gnuplot" # no qt?
# needed for pdf-tools for emacs
"autoconf"