summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-02-09 08:47:08 +0000
committerGitHub <noreply@github.com>2020-02-09 08:47:08 +0000
commit67814a0d5c252ca4da77086801bfc30ce8064252 (patch)
treee2867a7922acba077a0fd48a7e866444734fbeea
parent2ab4e61b32bb70533ff03a86d3e2b3896e918fe0 (diff)
parent521f68099984977d749d52b9a954da15732b095f (diff)
Merge pull request #142 from 9999years/7590
Add Dell XPS 15-7590 suggested options
-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;