calcite: handle mouse keys with keyd
This commit is contained in:
parent
69cf719b65
commit
f0bee7364a
1 changed files with 14 additions and 0 deletions
|
@ -36,6 +36,11 @@ in
|
||||||
boot.supportedFilesystems = [ "ntfs" ];
|
boot.supportedFilesystems = [ "ntfs" ];
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
|
|
||||||
|
documentation = {
|
||||||
|
nixos.enable = false;
|
||||||
|
man.enable = false;
|
||||||
|
};
|
||||||
|
|
||||||
security.tpm2 = {
|
security.tpm2 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# expose /run/current-system/sw/lib/libtpm2_pkcs11.so
|
# expose /run/current-system/sw/lib/libtpm2_pkcs11.so
|
||||||
|
@ -159,6 +164,15 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"logiM720" = {
|
||||||
|
ids = [ "046d:b015" ];
|
||||||
|
settings = {
|
||||||
|
main = {
|
||||||
|
mouse2 = "leftmeta";
|
||||||
|
# leftalt = "mouse1";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue