From 5aa79ee613e62f9d00a98827cfedba554eca292c Mon Sep 17 00:00:00 2001 From: baduhai Date: Tue, 24 Jan 2023 10:00:07 -0300 Subject: [PATCH] fix kb layout --- hosts/common/console.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/console.nix b/hosts/common/console.nix index 64794f5..9e76ca4 100644 --- a/hosts/common/console.nix +++ b/hosts/common/console.nix @@ -2,7 +2,7 @@ { console = { - keyMap = "us"; + useXkbConfig = true; earlySetup = true; colors = [ "2E3440"