universeair: No Yabi; Install wine & gimp
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user