From fb55a7e69f9287baae9b10f5d3fe081341dfc284 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 2 Aug 2023 19:05:09 +0300 Subject: [PATCH] add default xserver locale --- default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/default.nix b/default.nix index a78504c8..0122012a 100644 --- a/default.nix +++ b/default.nix @@ -57,8 +57,15 @@ console = { font = "Lat2-Terminus16"; # keyMap = "us"; + # use xorg layout option + # TODO(sako):: add arabic locale useXkbConfig = true; }; + + # xorg layout + # change to needed + services.xserver.layout = "us"; + # already sold soul to corporations \_o_/ nixpkgs.config.allowUnfree = true;