diff options
author | polwex <polwex@sortug.com> | 2024-09-24 00:10:30 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-09-24 00:10:30 +0700 |
commit | a6109558c4b246bbe71f6e949f92f427116eb033 (patch) | |
tree | dbaf7591af5dcc579ffe458bba7da52dfda72b90 /hosts/local | |
parent | 536916df4d5c5bd32086227658e7c1c0e1ba0757 (diff) |
m
Diffstat (limited to 'hosts/local')
-rw-r--r-- | hosts/local/fw11/configuration.nix | 2 | ||||
-rw-r--r-- | hosts/local/fw11/keyboard.nix | 8 | ||||
-rw-r--r-- | hosts/local/fw11/thinkpad.kbd | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/hosts/local/fw11/configuration.nix b/hosts/local/fw11/configuration.nix index b83f185..9c34ddb 100644 --- a/hosts/local/fw11/configuration.nix +++ b/hosts/local/fw11/configuration.nix @@ -35,7 +35,7 @@ in { boot.loader.efi.canTouchEfiVariables = true; # boot.supportedFilesystems = ["ntfs"]; # boot.kernelPackages = lib.mkForce unfreePkgs.linuxKernel.packages.linux_xanmod_latest; - boot.kernelPackages = pkgs.linuxPackages_latest; + # boot.kernelPackages = pkgs.linuxPackages_latest; services.fprintd.enable = true; networking = { diff --git a/hosts/local/fw11/keyboard.nix b/hosts/local/fw11/keyboard.nix index 68302f8..13852a0 100644 --- a/hosts/local/fw11/keyboard.nix +++ b/hosts/local/fw11/keyboard.nix @@ -34,10 +34,10 @@ enable = true; keyboards.internal = { - # device = "/dev/input/by-path/platform-i8042-serio-0-event-kbd"; - # config = builtins.readFile ./framework.kbd; - device = "/dev/input/by-id/usb-Lenovo_ThinkPad_Compact_USB_Keyboard_with_Trackpoint-event-kbd"; - config = builtins.readFile ./thinkpad.kbd; + device = "/dev/input/by-path/platform-i8042-serio-0-event-kbd"; + config = builtins.readFile ./framework.kbd; + # device = "/dev/input/by-id/usb-Lenovo_ThinkPad_Compact_USB_Keyboard_with_TrackPoint-event-kbd"; + # config = builtins.readFile ./thinkpad.kbd; # defcfg = { # enable = true; diff --git a/hosts/local/fw11/thinkpad.kbd b/hosts/local/fw11/thinkpad.kbd index ea4751e..7fb53d2 100644 --- a/hosts/local/fw11/thinkpad.kbd +++ b/hosts/local/fw11/thinkpad.kbd @@ -10,7 +10,7 @@ fallthrough true ;; allow-cmd true ;; use 'ls /dev/input/by-id/' for detachable keyboards and ;; 'ls /dev/input/by-path/' for builtin keyboards location' -input (device-file "/dev/input/event16") +input (device-file "/dev/input/by-id/usb-Lenovo_ThinkPad_Compact_USB_Keyboard_with_TrackPoint-event-kbd") ;; Not sure what this does. Please check the docs. output (uinput-sink "My KMonad output") ) |