Fix kmscon font
This commit is contained in:
parent
ef0125f6b2
commit
32a1ca6843
1 changed files with 3 additions and 2 deletions
|
@ -10,9 +10,10 @@
|
||||||
services.kmscon = {
|
services.kmscon = {
|
||||||
enable = true;
|
enable = true;
|
||||||
useXkbConfig = true;
|
useXkbConfig = true;
|
||||||
|
hwRender = true;
|
||||||
fonts = [
|
fonts = [
|
||||||
{
|
{
|
||||||
name = "FiraMono Nerd Font Mono";
|
name = "FiraCode Nerd Font";
|
||||||
package = pkgs.nerd-fonts.fira-code;
|
package = pkgs.nerd-fonts.fira-code;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue