mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
gpd/p2-max: init
This commit is contained in:
11
gpd/p2-max/default.nix
Normal file
11
gpd/p2-max/default.nix
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user