mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Better qutebrowser performance
This commit is contained in:
parent
41d09f722b
commit
4ce3604eaf
|
@ -123,6 +123,7 @@ in
|
|||
|
||||
programs.qutebrowser.enable = true;
|
||||
programs.qutebrowser.extraConfig = ''
|
||||
config.set('qt.args',['ignore-gpu-blacklist','enable-gpu-rasterization','enable-native-gpu-memory-buffers','num-raster-threads=4'])
|
||||
config.load_autoconfig(False)
|
||||
|
||||
base00 = "#''+config.lib.stylix.colors.base00+''"
|
||||
|
|
Loading…
Reference in a new issue