add Ratchet's numberpad driver

This commit is contained in:
yaroslav
2025-07-31 20:09:36 +03:00
parent 9aaad062ac
commit b37cabb49b
3 changed files with 49 additions and 2 deletions
+22 -1
View File
@@ -38,9 +38,15 @@
};
fileSystems."/home/yaroslav/tmp" =
{
device = "nome";
device = "none";
fsType = "tmpfs";
};
fileSystems."/Volumes/Trash" =
{
device = "aphelion:/Volumes/Trash";
options = ["x-mount.mkdir" "user" "rw" "noauto" ];
fsType = "nfs";
};
services.nfs.server.enable = true;
@@ -49,6 +55,21 @@
boot.supportedFilesystems = [ "zfs" ];
networking.hostId = "63367a21";
services.asus-numberpad-driver = {
enable = true;
layout = "up5401ea";
wayland = true;
runtimeDir = "/run/user/1000/";
waylandDisplay = "wayland-0";
ignoreWaylandDisplayEnv = false;
config = {
"activation_time" = "0.5";
# More Configuration Options
"enabled_touchpad_pointer" = "0";
};
};
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction