feat: add kmscon module

This commit is contained in:
matt1432 2023-10-15 17:08:41 -04:00
parent 4e2db56c17
commit 7d3dd93746

View file

@ -0,0 +1,9 @@
{ ... }: {
services.kmscon = {
enable = true;
hwRender = true;
# 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'";
};
}