diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-14 21:43:15 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-14 21:43:15 -0600 |
commit | ca58bff411b734855fef50567b3e0810b05d0e9f (patch) | |
tree | 13f9b0fb2dabb0427801cd22a37faf7eb989b674 | |
parent | 5662c5ab1bfa815a69e66e9477b2d96f49c548df (diff) |
system changes
-rw-r--r-- | macos.local/.flake/home/programs/core.nix.org | 4 | ||||
-rw-r--r-- | macos.local/.flake/system/homebrew.nix.org | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/macos.local/.flake/home/programs/core.nix.org b/macos.local/.flake/home/programs/core.nix.org index f2d3485..9669475 100644 --- a/macos.local/.flake/home/programs/core.nix.org +++ b/macos.local/.flake/home/programs/core.nix.org @@ -18,8 +18,6 @@ Import configurations for programs and install programs with no configuration. home.packages = with pkgs; [ aescrypt - autoconf - automake bash-language-server bear binutils @@ -48,8 +46,6 @@ Import configurations for programs and install programs with no configuration. ninja p7zip pandoc - pkg-config - poppler python312 python312Packages.black python312Packages.pylint diff --git a/macos.local/.flake/system/homebrew.nix.org b/macos.local/.flake/system/homebrew.nix.org index 46bc684..9c02812 100644 --- a/macos.local/.flake/system/homebrew.nix.org +++ b/macos.local/.flake/system/homebrew.nix.org @@ -55,6 +55,12 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat "osx-cross/avr/avarice" "osx-cross/avr/avr-gcc@14" + # needed for pdf-tools for emacs + "autoconf" + "automake" + "pkg-config" + "poppler" + # required by emacs-plus@30 "imagemagick" "jansson" |