mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
treewide: move hidpi settings to another module, make conditional on nixos version
This commit is contained in:
@@ -5,6 +5,7 @@ in
|
||||
imports = [
|
||||
../../common/pc/laptop
|
||||
../../common/pc/laptop/ssd
|
||||
../../common/hidpi.nix
|
||||
];
|
||||
|
||||
# Necessary kernel modules
|
||||
@@ -34,7 +35,6 @@ in
|
||||
};
|
||||
|
||||
# More HiDPI settings
|
||||
hardware.video.hidpi.enable = true;
|
||||
services.xserver.dpi = 280;
|
||||
|
||||
# Necessary for audio support on the 1195G7 model
|
||||
|
||||
Reference in New Issue
Block a user