We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 241d830 + 09febc7 commit f7540d6Copy full SHA for f7540d6
dell/xps/15-7590/default.nix
@@ -1,13 +1,5 @@
1
{ 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
-}) {
+{
11
imports = [
12
../../../common/cpu/intel
13
../../../common/pc/laptop
0 commit comments