universeair: No Yabi; Install wine & gimp

This commit is contained in:
2024-04-15 10:44:37 -04:00
parent bc6d11d619
commit f7c093d1a9
2 changed files with 4 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ in
discord discord
slack slack
inkscape inkscape
gimp
# TODO: Consider using Yabai?? # TODO: Consider using Yabai??
]); ]);
@@ -107,6 +108,7 @@ in
"prismlauncher" "prismlauncher"
"kicad" "kicad"
"tailscale" "tailscale"
"wine-stable"
]; ];
# 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

View File

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