aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-01-14 21:43:15 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-01-14 21:43:15 -0600
commitca58bff411b734855fef50567b3e0810b05d0e9f (patch)
tree13f9b0fb2dabb0427801cd22a37faf7eb989b674 /macos.local/.flake
parent5662c5ab1bfa815a69e66e9477b2d96f49c548df (diff)
system changes
Diffstat (limited to 'macos.local/.flake')
-rw-r--r--macos.local/.flake/home/programs/core.nix.org4
-rw-r--r--macos.local/.flake/system/homebrew.nix.org6
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"