Update dell/xps/15-9500/default.nix

Update intel drivers to default (Modesetting).

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
Ben 2020-07-27 10:11:53 -04:00 committed by GitHub
parent b7a5f1188f
commit 8e984dc856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -5,6 +5,4 @@
./xps-common.nix
];
# This configuration makes intel default
services.xserver.videoDrivers = lib.mkDefault [ "intel" ];
}