dell/xps/9360: drop <20.03 support
This commit is contained in:
parent
0a0e0a2e49
commit
1ea590a853
|
@ -1,10 +1,6 @@
|
||||||
{ lib, pkgs, ... }:
|
{ lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# 4K screen, use bigger console font
|
|
||||||
# i18n.consoleFont deprecated and obsolete in >=20.03
|
|
||||||
# hardware-configuration.nix generates console.font
|
|
||||||
i18n.consoleFont = lib.mkIf (lib.versionOlder (lib.versions.majorMinor lib.version) "20.03") (lib.mkDefault "latarcyrheb-sun32");
|
|
||||||
imports = [
|
imports = [
|
||||||
../../../common/cpu/intel/kaby-lake
|
../../../common/cpu/intel/kaby-lake
|
||||||
../../../common/pc/laptop
|
../../../common/pc/laptop
|
||||||
|
|
Loading…
Reference in a new issue