feat(ada): kmscon init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
343119b4bb
commit
5021f15788
3 changed files with 11 additions and 7 deletions
|
|
@ -1,5 +1,6 @@
|
|||
_: {
|
||||
console = {
|
||||
useXkbConfig = true;
|
||||
earlySetup = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
_: {
|
||||
services = {
|
||||
gpm = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
10
ada/services/kmscon.nix
Normal file
10
ada/services/kmscon.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
_: {
|
||||
services = {
|
||||
kmscon = {
|
||||
enable = true;
|
||||
hwRender = true;
|
||||
useXkbConfig = true;
|
||||
term = "xterm-256color";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue