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