switching to helix once again
This commit is contained in:
parent
cff5b95c18
commit
ba3b827e73
7 changed files with 41 additions and 31 deletions
5
modules/system/default.nix
Normal file
5
modules/system/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
_: {
|
||||
imports = [
|
||||
./keyboard.nix
|
||||
];
|
||||
}
|
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