Add Dell XPS 15-7590 suggested options

These suggested options are taken from my configuration but aren't quite
universal enough to be enabled by default.
This commit is contained in:
Rebecca Turner 2020-02-07 09:55:01 -05:00
parent 2ab4e61b32
commit 521f680999
1 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,13 @@
# Set to true for just the first run, then disable it.
# boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
# Load GPU drivers.
# hardware.bumblebee.enable = lib.mkDefault true;
# High DPI for X users. 175 "looks reasonable" but I didn't do the actual DPI
# calculation.
# services.xserver.dpi = lib.mkDefault 175;
# Earlier font-size setup
console.earlySetup = true;