add default xserver locale
This commit is contained in:
parent
5f173e1935
commit
fb55a7e69f
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue