mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Fix: enhance NVIDIA configuration for improved performance and compatibility on desktop and laptop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user