treewide: move hidpi settings to another module, make conditional on nixos version
This commit is contained in:
parent
a4bc667096
commit
739fd62a50
4 changed files with 16 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue