feat: add kmscon module
This commit is contained in:
parent
4e2db56c17
commit
7d3dd93746
1 changed files with 9 additions and 0 deletions
9
modules/kmscon/default.nix
Normal file
9
modules/kmscon/default.nix
Normal 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'";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue