From 09febc71c14901115b7deb96d33341bf864485e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 25 Apr 2021 07:03:51 +0200 Subject: [PATCH] dell-xps-15-7590: remove 20.03 compat --- dell/xps/15-7590/default.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/dell/xps/15-7590/default.nix b/dell/xps/15-7590/default.nix index eeb69e2..e42cec3 100644 --- a/dell/xps/15-7590/default.nix +++ b/dell/xps/15-7590/default.nix @@ -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