diff --git a/systems/thelio-nvidia.nix b/systems/thelio-nvidia.nix index 6e07371..965655c 100644 --- a/systems/thelio-nvidia.nix +++ b/systems/thelio-nvidia.nix @@ -76,7 +76,15 @@ neofetch ]; }; - + + # System76 + hardware.system76.enableAll = true; + + # NVIDIA + services.xserver.videoDrivers = [ "nvidia" ]; + hardware.opengl.enable = true; + hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable; + # Allow Unfree nixpkgs.config.allowUnfree = true;