universeair: More Brews babe

This commit is contained in:
2024-07-13 09:13:51 -04:00
parent 54e40148e6
commit 3be8cd6b80

View File

@@ -61,7 +61,7 @@ in
}; };
environment.systemPackages = (with pkgs; [ environment.systemPackages = (with pkgs; [
mac-emacs me-emacs
(aspellWithDicts (p: with p;[ (aspellWithDicts (p: with p;[
en en
en-computers en-computers
@@ -106,10 +106,9 @@ in
"zoom-for-it-admins" "zoom-for-it-admins"
"libreoffice" "libreoffice"
"microsoft-office" "microsoft-office"
"prismlauncher"
"kicad" "kicad"
"tailscale" "tailscale"
"wine-stable" "r" "rstudio"
]; ];
# Apps to install outside of nix for when wanting to test/run # Apps to install outside of nix for when wanting to test/run
# things that... aren't used by other people who use nix, like # things that... aren't used by other people who use nix, like
@@ -117,6 +116,7 @@ in
brews = [ brews = [
"poetry" "poetry"
"python@3.11" "python@3.11"
"pygments"
# sudo ln -sfn /opt/homebrew/opt/openjdk/libexec/openjdk.jdk \ # sudo ln -sfn /opt/homebrew/opt/openjdk/libexec/openjdk.jdk \
# /Library/Java/JavaVirtualMachines/openjdk.jdk # /Library/Java/JavaVirtualMachines/openjdk.jdk
"openjdk" "openjdk"