Switch sway to Vulkan

This commit is contained in:
Victor Mignot 2024-06-15 18:43:29 +02:00
parent 48e0287650
commit 1ca289d9f3
Signed by: dala
GPG key ID: 5E7F2CE1BEAFED3D
2 changed files with 1 additions and 3 deletions

View file

@ -235,6 +235,7 @@ in
xwayland = false;
extraSessionCommands = ''
${wlrRendererLine}
export WLR_NO_HARDWARE_CURSORS=1
export XDG_CURRENT_DESKTOP=sway
export _JAVA_AWT_WM_NONREPARENTING=1

View file

@ -5,9 +5,6 @@
nvidiaGPU,
...
}:
let
unsupportedGPUFlag = if nvidiaGPU then "--unsupported-gpu" else "";
in
with lib;
{
options.enableFishShell = mkOption { type = types.bool; };