Compare commits
2 Commits
bd80d04a63
...
f7c093d1a9
| Author | SHA1 | Date | |
|---|---|---|---|
| f7c093d1a9 | |||
| bc6d11d619 |
@@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
yabai
|
||||
];
|
||||
services.yabai = {
|
||||
enable = true;
|
||||
# Needs heavy configuration
|
||||
enable = false;
|
||||
enableScriptingAddition = true;
|
||||
config = {
|
||||
layout = "bsp";
|
||||
|
||||
Reference in New Issue
Block a user