universeair: tailscale cask

This commit is contained in:
2024-04-05 09:58:30 -04:00
parent bd80d04a63
commit bc6d11d619

View File

@@ -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"
];
};