Skip to content

Commit

Permalink
dell-xps-15-7590: remove 20.03 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Apr 25, 2021
1 parent 0cb5491 commit 09febc7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions 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
Expand Down

0 comments on commit 09febc7

Please sign in to comment.