switching to helix once again
This commit is contained in:
parent
ac437336e8
commit
f6d4e24564
7 changed files with 41 additions and 31 deletions
8
modules/system/keyboard.nix
Normal file
8
modules/system/keyboard.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
services.xserver = {
|
||||
layout = "de,us";
|
||||
xkbVariant = ",cmk_ed_dh";
|
||||
xkbModel = ",pc105awide";
|
||||
xkbOptions = ",misc:extend,lv5:caps_switch_lock,compose:menu";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue