From 2f1446c7170ed97aae77f7a6af81d0d178583b6a Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Sun, 23 Jul 2023 18:25:10 +0300 Subject: [PATCH] explicitly adding gpu driver --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index 39738d4..56198ec 100644 --- a/configuration.nix +++ b/configuration.nix @@ -17,6 +17,11 @@ }; hardware = { + nvidia = { + modesetting.enable = true; + open = true; + nvidiaSettings = true; + }; opengl = { enable = true; driSupport = true; @@ -58,6 +63,7 @@ gimp git glibc + glxinfo gnome.cheese gnumake grim @@ -144,6 +150,7 @@ }; services = { + xserver.videoDrivers = [ "nouveau" ]; dbus.enable = true; flatpak.enable = true; ratbagd.enable = true;