Fix: enhance NVIDIA configuration for improved performance and compatibility on desktop and laptop

This commit is contained in:
2025-10-28 01:39:52 +00:00
parent 2318dbe18e
commit acb1fe7f2b
6 changed files with 230 additions and 0 deletions

View File

@@ -1,7 +1,13 @@
{ config, pkgs, inputs, ... }:
{
imports = [
../../system/nvidia.nix
];
# Desktop PC specific configuration
# RTX 3080 - Enable open-source kernel module for better performance
hardware.nvidia.open = true;
networking.hostName = "zeph-desktop";
@@ -50,6 +56,11 @@
# discord
# steam
# obs-studio
# NVIDIA utilities
nvtopPackages.full # GPU monitoring tool
vulkan-tools # Vulkan utilities (vulkaninfo, etc.)
glxinfo # OpenGL information
];
# Gaming support (uncomment if needed)