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