summaryrefslogtreecommitdiff
path: root/hosts/local/fw11
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/local/fw11')
-rw-r--r--hosts/local/fw11/configuration.nix2
-rw-r--r--hosts/local/fw11/keyboard.nix8
-rw-r--r--hosts/local/fw11/thinkpad.kbd2
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")
)