2023-05-21 21:15:04 +02:00
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
2023-06-13 11:30:19 +02:00
|
|
|
custom.gui = {
|
|
|
|
enable = true;
|
|
|
|
bar = {
|
|
|
|
network.eth = "enp9s0";
|
|
|
|
};
|
|
|
|
};
|
2023-06-17 12:59:29 +02:00
|
|
|
|
|
|
|
# Due to Hardware :tm: this is needed to get sway to not crash
|
|
|
|
wayland.windowManager.sway = {
|
|
|
|
extraSessionCommands = ''
|
|
|
|
export WLR_NO_HARDWARE_CURSORS=1;
|
|
|
|
export WLR_RENDERER=vulkan;
|
|
|
|
export WLR_EGL_NO_MODIFIERS=1;
|
|
|
|
'';
|
|
|
|
extraOptions = [ "--unsupported-gpu" ];
|
|
|
|
};
|
2023-05-21 21:15:04 +02:00
|
|
|
}
|