add Ratchet's numberpad driver
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user