system changes
This commit is contained in:
parent
5662c5ab1b
commit
ca58bff411
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue