refactor
This commit is contained in:
11
system-modules/input.nix
Normal file
11
system-modules/input.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ ... }: {
|
||||
services = {
|
||||
xserver.xkb = {
|
||||
layout = "de";
|
||||
options = "eurosign:e,caps:escape";
|
||||
};
|
||||
libinput.enable = true;
|
||||
};
|
||||
hardware.uinput.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user