switching to helix once again

This commit is contained in:
Charlie Root 2024-07-30 19:24:53 +02:00
commit ba3b827e73
7 changed files with 41 additions and 31 deletions

View file

@ -0,0 +1,5 @@
_: {
imports = [
./keyboard.nix
];
}

View 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";
};
}