mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
thinkpad-z: move to hidpi module
This commit is contained in:
parent
648021dcb2
commit
449ab4e625
1 changed files with 1 additions and 1 deletions
|
@ -7,13 +7,13 @@
|
||||||
../../../common/pc/laptop
|
../../../common/pc/laptop
|
||||||
../../../common/pc/laptop/acpi_call.nix
|
../../../common/pc/laptop/acpi_call.nix
|
||||||
../../../common/pc/laptop/ssd
|
../../../common/pc/laptop/ssd
|
||||||
|
../../../common/hidpi.nix # can be dropped after nixos 23.05
|
||||||
];
|
];
|
||||||
# kernel versions prior to 5.18 won't boot
|
# kernel versions prior to 5.18 won't boot
|
||||||
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.18") (lib.mkDefault pkgs.linuxPackages_latest);
|
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.18") (lib.mkDefault pkgs.linuxPackages_latest);
|
||||||
|
|
||||||
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
||||||
hardware.trackpoint.device = lib.mkDefault "TPPS/2 Elan TrackPoint";
|
hardware.trackpoint.device = lib.mkDefault "TPPS/2 Elan TrackPoint";
|
||||||
hardware.video.hidpi.enable = lib.mkDefault true;
|
|
||||||
|
|
||||||
services.fprintd.enable = lib.mkDefault true;
|
services.fprintd.enable = lib.mkDefault true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue