fix(kmscon): fix lag on nvidia card
This commit is contained in:
parent
090c18eb35
commit
1163a21e61
1 changed files with 1 additions and 1 deletions
|
@ -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'";
|
||||
|
|
Loading…
Reference in a new issue