treewide: move hidpi settings to another module, make conditional on nixos version

This commit is contained in:
K900
2023-03-23 16:46:38 +03:00
parent a4bc667096
commit 739fd62a50
4 changed files with 16 additions and 5 deletions

View File

@@ -1,11 +1,9 @@
{lib, ...}: {
{
imports = [
../../common/pc/laptop
../../common/pc/laptop/ssd
../../common/cpu/intel
../../common/cpu/intel/kaby-lake
../../common/hidpi.nix
];
# HiDPI settings
hardware.video.hidpi.enable = lib.mkDefault true;
}