mayushii: Disable touchpad

neomutt
Simon Bruder 2021-10-05 23:13:23 +02:00
parent b5782f633c
commit 0e2c6a351d
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 9 additions and 5 deletions

View File

@ -42,11 +42,15 @@ in
output."*".bg = "${wallpaper} fill";
input."type:keyboard" = {
xkb_layout = "de";
xkb_options = "compose:caps";
xkb_numlock = "enable";
};
input = {
"type:keyboard" = {
xkb_layout = "de";
xkb_options = "compose:caps";
xkb_numlock = "enable";
};
} // (lib.optionalAttrs (nixosConfig.networking.hostName == "mayushii") {
"type:touchpad".events = "disabled";
});
keybindings = {
# Basics