diff options
Diffstat (limited to 'macos.local')
-rw-r--r-- | macos.local/.flake/home/programs/core.nix.org | 2 | ||||
-rw-r--r-- | macos.local/.flake/system/homebrew.nix.org | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/macos.local/.flake/home/programs/core.nix.org b/macos.local/.flake/home/programs/core.nix.org index b700c4c..9669475 100644 --- a/macos.local/.flake/home/programs/core.nix.org +++ b/macos.local/.flake/home/programs/core.nix.org @@ -35,6 +35,7 @@ Import configurations for programs and install programs with no configuration. gpgme htop hunspell + hyfetch # TODO: configure inetutils ispell lesspipe @@ -43,6 +44,7 @@ Import configurations for programs and install programs with no configuration. meson mpv ninja + p7zip pandoc python312 python312Packages.black diff --git a/macos.local/.flake/system/homebrew.nix.org b/macos.local/.flake/system/homebrew.nix.org index ab26d05..dc26b52 100644 --- a/macos.local/.flake/system/homebrew.nix.org +++ b/macos.local/.flake/system/homebrew.nix.org @@ -41,18 +41,15 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat "with-retro-emacs-logo-icon" ]; } - "hyfetch" - "libgccjit" "librsvg" - "open-mpi" - "open-ocd" - "openjdk" - "pinentry-mac" - "pinentry-touchid" - "sevenzip" + + "openjdk" # there's really no jdk for mac from nix? + "pinentry-touchid" # no nix version # need for grading purposes "avrdude" + "open-mpi" + "open-ocd" "osx-cross/avr/avr-binutils" "osx-cross/avr/avarice" "osx-cross/avr/avr-gcc@14" @@ -66,6 +63,7 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat # required by pinentry-touchid "gnupg" + "pinentry-mac" ]; casks = [ |