diff options
Diffstat (limited to 'hosts/local/fw11')
-rw-r--r-- | hosts/local/fw11/configuration.nix | 11 | ||||
-rw-r--r-- | hosts/local/fw11/keyboard.nix | 3 |
2 files changed, 8 insertions, 6 deletions
diff --git a/hosts/local/fw11/configuration.nix b/hosts/local/fw11/configuration.nix index 8574868..ad8fffd 100644 --- a/hosts/local/fw11/configuration.nix +++ b/hosts/local/fw11/configuration.nix @@ -22,9 +22,10 @@ in { # Include the results of the hardware scan. ../../base.nix ../../linux.nix - ../wayland.nix - ../../syncthing.nix - ./keyboard.nix + # ../../syncthing.nix + ../../unfree.nix + # ../wayland.nix + # ./keyboard.nix # ../android.nix ]; @@ -44,8 +45,8 @@ 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_6_11; + # boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_6_12; services.fprintd.enable = true; networking = { diff --git a/hosts/local/fw11/keyboard.nix b/hosts/local/fw11/keyboard.nix index 7aef3c4..ce875dd 100644 --- a/hosts/local/fw11/keyboard.nix +++ b/hosts/local/fw11/keyboard.nix @@ -34,7 +34,8 @@ config = builtins.readFile ./framework.kbd; }; usbThinkpad = { - device = "/dev/input/by-id/usb-Lenovo_ThinkPad_Compact_USB_Keyboard_with_TrackPoint-event-kbd"; + # device = "/dev/input/by-id/usb-Lenovo_ThinkPad_Compact_USB_Keyboard_with_TrackPoint-event-kbd"; + device = "/dev/input/by-id/usb-Lenovo_TrackPoint_Keyboard_II-event-kbd"; config = builtins.readFile ./thinkpad.kbd; }; }; |