feat(ada): kmscon init

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-29 15:59:36 +03:00
parent 343119b4bb
commit 5021f15788
3 changed files with 11 additions and 7 deletions

View file

@ -1,5 +1,6 @@
_: {
console = {
useXkbConfig = true;
earlySetup = true;
};
}

View file

@ -1,7 +0,0 @@
_: {
services = {
gpm = {
enable = true;
};
};
}

10
ada/services/kmscon.nix Normal file
View file

@ -0,0 +1,10 @@
_: {
services = {
kmscon = {
enable = true;
hwRender = true;
useXkbConfig = true;
term = "xterm-256color";
};
};
}