gpd/p2-max: init

This commit is contained in:
enc0urage
2023-03-17 07:50:53 +00:00
parent 556101ff85
commit 3287cde1d0
3 changed files with 13 additions and 0 deletions

11
gpd/p2-max/default.nix Normal file
View File

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