mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 10:04:03 +05:30
Extra gpu stuff on qutebrowser
This commit is contained in:
parent
33f3d14cbf
commit
1e9af19457
4 changed files with 6 additions and 5 deletions
|
@ -16,7 +16,7 @@ in
|
|||
|
||||
phases = "installPhase";
|
||||
|
||||
postPatch = ''sed -i "s/qutebrowser/qutebrowser --qt-flag enable-gpu-rasterization --qt-flag enable-native-gpu-memory-buffers --qt-flag num-raster-threads=4/g" container-open'';
|
||||
postPatch = ''sed -i "s/qutebrowser/qutebrowser --qt-flag ignore-gpu-blacklist --qt-flag enable-gpu-rasterization --qt-flag enable-native-gpu-memory-buffers --qt-flag enable-accelerated-2d-canvas --qt-flag num-raster-threads=4/g" container-open'';
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out $out/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue