system changes

This commit is contained in:
jjanzen 2025-01-14 21:43:15 -06:00
parent 5662c5ab1b
commit ca58bff411
2 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -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"