whole flake: remove unneeded default.nix
This commit is contained in:
parent
8a577bc38a
commit
d6d66bc43a
8 changed files with 2 additions and 20 deletions
9
modules/system/hardware/keyboard/default.nix
Normal file
9
modules/system/hardware/keyboard/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
services.xserver = {
|
||||
xkb = {
|
||||
layout = "de, us";
|
||||
variant = "colemak_dh_wide";
|
||||
options = "grp:rctrl_rshift_toggle";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue