Switch sway to Vulkan
This commit is contained in:
parent
48e0287650
commit
1ca289d9f3
|
@ -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
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
nvidiaGPU,
|
||||
...
|
||||
}:
|
||||
let
|
||||
unsupportedGPUFlag = if nvidiaGPU then "--unsupported-gpu" else "";
|
||||
in
|
||||
with lib;
|
||||
{
|
||||
options.enableFishShell = mkOption { type = types.bool; };
|
||||
|
|
Loading…
Reference in a new issue