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 tailscale
discord discord
slack slack
inkscape
# TODO: Consider using Yabai?? # TODO: Consider using Yabai??
]); ]);
@@ -102,12 +103,20 @@ in
"bitwarden" "bitwarden"
"zoom-for-it-admins" "zoom-for-it-admins"
"libreoffice" "libreoffice"
"microsoft-office"
"prismlauncher"
"kicad"
"tailscale"
]; ];
# 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
# python apps (which is why poetry is there) # python apps (which is why poetry is there)
brews = [ brews = [
"poetry" "poetry"
"python@3.11"
# sudo ln -sfn /opt/homebrew/opt/openjdk/libexec/openjdk.jdk \
# /Library/Java/JavaVirtualMachines/openjdk.jdk
"openjdk"
]; ];
}; };