summaryrefslogtreecommitdiffstats
path: root/dell/xps/15-7590/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'dell/xps/15-7590/default.nix')
-rw-r--r--dell/xps/15-7590/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/dell/xps/15-7590/default.nix b/dell/xps/15-7590/default.nix
index cad9ba6..2210708 100644
--- a/dell/xps/15-7590/default.nix
+++ b/dell/xps/15-7590/default.nix
@@ -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;