From 39ee17fb84febf46f0015967c5fbf9a6144bffa8 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 1 Mar 2024 14:14:58 +0100 Subject: [PATCH] Move some things --- nixos/modules/nvidia.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/nvidia.nix b/nixos/modules/nvidia.nix index cfbe820..befc6c6 100644 --- a/nixos/modules/nvidia.nix +++ b/nixos/modules/nvidia.nix @@ -1,5 +1,7 @@ { config, ... }: { + + services.xserver.videoDrivers = [ "nvidia" ]; # Nvidia settings hardware.nvidia = {