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