about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/devhell/eris.nix2
-rw-r--r--machines/devhell/titan.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/machines/devhell/eris.nix b/machines/devhell/eris.nix
index e878e6e6..4b33d024 100644
--- a/machines/devhell/eris.nix
+++ b/machines/devhell/eris.nix
@@ -120,7 +120,7 @@
   services.xserver = {
     enable = true;
     layout = "gb";
-    videoDrivers = [ "intel" ];
+    videoDrivers = [ "modesetting" ];
 
     libinput = {
       enable = true;
diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix
index e2c458f4..364c1983 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -120,7 +120,7 @@
   services.xserver = {
     enable = true;
     layout = "gb";
-    videoDrivers = [ "intel" ];
+    videoDrivers = [ "modesetting" ];
 
     libinput = {
       enable = true;