dell-xps-15-7590: remove 20.03 compat

This commit is contained in:
Jörg Thalheim 2021-04-25 07:03:51 +02:00
parent 0cb5491af9
commit 09febc71c1
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4
1 changed files with 1 additions and 9 deletions

View File

@ -1,13 +1,5 @@
{ lib, ... }:
# Earlier font-size setup.
# Virtual console options were renamed in 20.03; use the right option depending
# on the OS version; keep this here at least until 20.03 is stable.
lib.recursiveUpdate
(if lib.versionAtLeast (lib.versions.majorMinor lib.version) "20.03" then {
console.earlySetup = true;
} else {
boot.earlyVconsoleSetup = true;
}) {
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop