Switch sway to Vulkan
This commit is contained in:
parent
48e0287650
commit
1ca289d9f3
|
@ -235,6 +235,7 @@ in
|
||||||
xwayland = false;
|
xwayland = false;
|
||||||
|
|
||||||
extraSessionCommands = ''
|
extraSessionCommands = ''
|
||||||
|
${wlrRendererLine}
|
||||||
export WLR_NO_HARDWARE_CURSORS=1
|
export WLR_NO_HARDWARE_CURSORS=1
|
||||||
export XDG_CURRENT_DESKTOP=sway
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
|
|
@ -5,9 +5,6 @@
|
||||||
nvidiaGPU,
|
nvidiaGPU,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
|
||||||
unsupportedGPUFlag = if nvidiaGPU then "--unsupported-gpu" else "";
|
|
||||||
in
|
|
||||||
with lib;
|
with lib;
|
||||||
{
|
{
|
||||||
options.enableFishShell = mkOption { type = types.bool; };
|
options.enableFishShell = mkOption { type = types.bool; };
|
||||||
|
|
Loading…
Reference in a new issue