10 lines
151 B
Nix
10 lines
151 B
Nix
_: {
|
|
services = {
|
|
kmscon = {
|
|
enable = true;
|
|
hwRender = true;
|
|
useXkbConfig = true;
|
|
term = "xterm-256color";
|
|
};
|
|
};
|
|
}
|