mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-01-23 12:48:35 +01:00
Fix xkb variables trace warning
This commit is contained in:
parent
22807a7a4c
commit
91f5ff75c6
@ -3,8 +3,10 @@
|
|||||||
{
|
{
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
layout = "${theKBDLayout}";
|
xkb = {
|
||||||
xkbVariant = "";
|
variant = "";
|
||||||
|
layout = "${theKBDLayout}";
|
||||||
|
};
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
displayManager.sddm = {
|
displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user