mirror of
https://github.com/kmein/niveum
synced 2026-03-29 08:41:07 +02:00
modularize
This commit is contained in:
11
configs/keyboard.nix
Normal file
11
configs/keyboard.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
with import <lib>;
|
||||
{
|
||||
services.xserver = {
|
||||
layout = commaSep [ "de" "gr" "ru" ];
|
||||
xkbVariant = commaSep [ "T3" "polytonic" "phonetic_winkeys" ];
|
||||
xkbOptions = commaSep [ "compose:caps" "terminate:ctrl_alt_bksp" "grp:ctrls_toggle" ];
|
||||
libinput.enable = true;
|
||||
};
|
||||
|
||||
i18n.consoleKeyMap = "de";
|
||||
}
|
||||
Reference in New Issue
Block a user