fix(kmscon): fix lag on nvidia card

This commit is contained in:
matt1432 2023-10-15 23:23:23 -04:00
parent 090c18eb35
commit 1163a21e61

View file

@ -1,7 +1,7 @@
{ ... }: {
services.kmscon = {
enable = true;
hwRender = true;
hwRender = false;
# FIXME: https://github.com/Aetf/kmscon/issues/18 // Icons not rendering properly
# FIXME: https://github.com/Aetf/kmscon/issues/56 // Mouse cursor stays
extraOptions = "--font-size 12.5 --font-dpi 170 --font-name 'JetBrainsMono Nerd Font'";