Compare commits

...

2 Commits

Author SHA1 Message Date
f7c093d1a9 universeair: No Yabi; Install wine & gimp 2024-04-15 10:44:37 -04:00
bc6d11d619 universeair: tailscale cask 2024-04-05 09:58:30 -04:00
2 changed files with 13 additions and 1 deletions

View File

@@ -84,6 +84,8 @@ in
tailscale
discord
slack
inkscape
gimp
# TODO: Consider using Yabai??
]);
@@ -102,12 +104,21 @@ in
"bitwarden"
"zoom-for-it-admins"
"libreoffice"
"microsoft-office"
"prismlauncher"
"kicad"
"tailscale"
"wine-stable"
];
# 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"
];
};

View File

@@ -8,7 +8,8 @@
yabai
];
services.yabai = {
enable = true;
# Needs heavy configuration
enable = false;
enableScriptingAddition = true;
config = {
layout = "bsp";