Missing paren
Some checks failed
Test / tests (push) Failing after 13s

This commit is contained in:
Aires 2024-05-29 12:28:56 -04:00
parent 927057e56e
commit 2575b7552f

View file

@ -15,7 +15,7 @@ in
];
# Kernel 6.9 includes the speaker fix, so only install this on systems with older kernels.
boot.extraModulePackages = lib.mkIf lib.versionOlder config.boot.kernelPackages.kernel.version "6.9" [ lenovo-speaker-fix ];
boot.extraModulePackages = lib.mkIf (lib.versionOlder config.boot.kernelPackages.kernel.version "6.9") [ lenovo-speaker-fix ];
# √(2560² + 1600²) px / 16 in ≃ 189 dpi
services.xserver.dpi = 189;