diff --git a/machines/universeair/configuration.nix b/machines/universeair/configuration.nix index a839ec0..4001e22 100644 --- a/machines/universeair/configuration.nix +++ b/machines/universeair/configuration.nix @@ -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"