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,6 +1,10 @@
{ config, pkgs, inputs, ... }:
{
imports = [
../../system/nvidia-laptop.nix
];
# Laptop specific configuration
networking.hostName = "zeph-laptop";
@@ -65,6 +69,11 @@
# Add laptop-specific packages here
brightnessctl # Screen brightness control
acpi # Battery info
# NVIDIA utilities
nvtopPackages.full # GPU monitoring
vulkan-tools # Vulkan utilities
glxinfo # OpenGL info
];
# Enable touchpad support