From bc6d11d619e9409e6c06db44d15238f005b88939 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 5 Apr 2024 09:58:30 -0400 Subject: [PATCH] universeair: tailscale cask --- machines/universeair/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/machines/universeair/configuration.nix b/machines/universeair/configuration.nix index 918ece8..6b0dfe7 100644 --- a/machines/universeair/configuration.nix +++ b/machines/universeair/configuration.nix @@ -84,6 +84,7 @@ in tailscale discord slack + inkscape # TODO: Consider using Yabai?? ]); @@ -102,12 +103,20 @@ in "bitwarden" "zoom-for-it-admins" "libreoffice" + "microsoft-office" + "prismlauncher" + "kicad" + "tailscale" ]; # Apps to install outside of nix for when wanting to test/run # things that... aren't used by other people who use nix, like # python apps (which is why poetry is there) brews = [ "poetry" + "python@3.11" + # sudo ln -sfn /opt/homebrew/opt/openjdk/libexec/openjdk.jdk \ + # /Library/Java/JavaVirtualMachines/openjdk.jdk + "openjdk" ]; };