Skip to content

Commit f7540d6

Browse files
authored
Merge pull request #251 from NixOS/dell
dell-xps-15-7590: remove 20.03 compat
2 parents 241d830 + 09febc7 commit f7540d6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

dell/xps/15-7590/default.nix

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
{ lib, ... }:
2-
# Earlier font-size setup.
3-
# Virtual console options were renamed in 20.03; use the right option depending
4-
# on the OS version; keep this here at least until 20.03 is stable.
5-
lib.recursiveUpdate
6-
(if lib.versionAtLeast (lib.versions.majorMinor lib.version) "20.03" then {
7-
console.earlySetup = true;
8-
} else {
9-
boot.earlyVconsoleSetup = true;
10-
}) {
2+
{
113
imports = [
124
../../../common/cpu/intel
135
../../../common/pc/laptop

0 commit comments

Comments
 (0)