reNixos/ada/services/kmscon.nix
s0me1newithhand7s 5021f15788 feat(ada): kmscon init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-29 15:59:36 +03:00

10 lines
151 B
Nix

_: {
services = {
kmscon = {
enable = true;
hwRender = true;
useXkbConfig = true;
term = "xterm-256color";
};
};
}