mayushii: Disable touchpad
This commit is contained in:
parent
b5782f633c
commit
0e2c6a351d
|
@ -42,11 +42,15 @@ in
|
||||||
|
|
||||||
output."*".bg = "${wallpaper} fill";
|
output."*".bg = "${wallpaper} fill";
|
||||||
|
|
||||||
input."type:keyboard" = {
|
input = {
|
||||||
xkb_layout = "de";
|
"type:keyboard" = {
|
||||||
xkb_options = "compose:caps";
|
xkb_layout = "de";
|
||||||
xkb_numlock = "enable";
|
xkb_options = "compose:caps";
|
||||||
};
|
xkb_numlock = "enable";
|
||||||
|
};
|
||||||
|
} // (lib.optionalAttrs (nixosConfig.networking.hostName == "mayushii") {
|
||||||
|
"type:touchpad".events = "disabled";
|
||||||
|
});
|
||||||
|
|
||||||
keybindings = {
|
keybindings = {
|
||||||
# Basics
|
# Basics
|
||||||
|
|
Loading…
Reference in a new issue