universeair: tailscale cask
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user