mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Use kmscon
This commit is contained in:
parent
f2f3118c3d
commit
80d9776f7b
3 changed files with 11 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -22,6 +22,7 @@
|
||||||
!modules/helix/
|
!modules/helix/
|
||||||
!modules/hyprland/
|
!modules/hyprland/
|
||||||
!modules/kitty/
|
!modules/kitty/
|
||||||
|
!modules/kmscon/
|
||||||
!modules/localisation/
|
!modules/localisation/
|
||||||
!modules/logind/
|
!modules/logind/
|
||||||
!modules/networkmanager/
|
!modules/networkmanager/
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
"helix"
|
"helix"
|
||||||
"hyprland"
|
"hyprland"
|
||||||
"kitty"
|
"kitty"
|
||||||
|
"kmscon"
|
||||||
"localisation"
|
"localisation"
|
||||||
"logind"
|
"logind"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
|
|
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