system changes
This commit is contained in:
parent
719ee0faa5
commit
b906d1231b
2 changed files with 8 additions and 8 deletions
|
@ -35,6 +35,7 @@ Import configurations for programs and install programs with no configuration.
|
|||
gpgme
|
||||
htop
|
||||
hunspell
|
||||
hyfetch # TODO: configure
|
||||
inetutils
|
||||
ispell
|
||||
lesspipe
|
||||
|
@ -43,6 +44,7 @@ Import configurations for programs and install programs with no configuration.
|
|||
meson
|
||||
mpv
|
||||
ninja
|
||||
p7zip
|
||||
pandoc
|
||||
python312
|
||||
python312Packages.black
|
||||
|
|
|
@ -41,18 +41,15 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat
|
|||
"with-retro-emacs-logo-icon"
|
||||
];
|
||||
}
|
||||
"hyfetch"
|
||||
"libgccjit"
|
||||
"librsvg"
|
||||
"open-mpi"
|
||||
"open-ocd"
|
||||
"openjdk"
|
||||
"pinentry-mac"
|
||||
"pinentry-touchid"
|
||||
"sevenzip"
|
||||
|
||||
"openjdk" # there's really no jdk for mac from nix?
|
||||
"pinentry-touchid" # no nix version
|
||||
|
||||
# need for grading purposes
|
||||
"avrdude"
|
||||
"open-mpi"
|
||||
"open-ocd"
|
||||
"osx-cross/avr/avr-binutils"
|
||||
"osx-cross/avr/avarice"
|
||||
"osx-cross/avr/avr-gcc@14"
|
||||
|
@ -66,6 +63,7 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat
|
|||
|
||||
# required by pinentry-touchid
|
||||
"gnupg"
|
||||
"pinentry-mac"
|
||||
];
|
||||
|
||||
casks = [
|
||||
|
|
Loading…
Add table
Reference in a new issue