From 5f43d55ec3a8b0734f7eca3d81cd16cea9919415 Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Sun, 6 Oct 2024 11:56:14 +0100 Subject: [PATCH] renaming opengl to graphics --- hosts/common/features/nvidia.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/features/nvidia.nix b/hosts/common/features/nvidia.nix index 26c6721..2874cd0 100644 --- a/hosts/common/features/nvidia.nix +++ b/hosts/common/features/nvidia.nix @@ -1,6 +1,6 @@ { config, pkgs, ... }: { - hardware.opengl.enable = true; + hardware.graphics.enable = true; services.xserver.videoDrivers = [ "nvidia" ]; hardware.nvidia = { modesetting.enable = true;