mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Use kmscon
This commit is contained in:
parent
f2f3118c3d
commit
80d9776f7b
3 changed files with 11 additions and 0 deletions
9
modules/kmscon/default.nix
Normal file
9
modules/kmscon/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ulib, theme, ... }: with ulib;
|
||||
|
||||
systemConfiguration {
|
||||
services.kmscon = enabled {
|
||||
extraConfig = "xkb-layout=tr";
|
||||
fonts = [ theme.font.mono ];
|
||||
hwRender = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue