diff options
Diffstat (limited to 'macos.local')
-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" |