From ef015d44caf743d8d06e1b517c4228912f5d254b Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 10 Mar 2026 00:04:55 -0400 Subject: update commits --- system/nvidia.nix | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'system') diff --git a/system/nvidia.nix b/system/nvidia.nix index 1135434..ff38b04 100644 --- a/system/nvidia.nix +++ b/system/nvidia.nix @@ -25,23 +25,7 @@ in { }; open = true; nvidiaSettings = true; - package = let - pkg = config.boot.kernelPackages.nvidiaPackages.latest; - in - pkg - // { - open = pkg.open.overrideAttrs (finalAttrs: { - patches = - (finalAttrs.patches or []) - ++ [ - (pkgs.fetchpatch { - name = "linux-6.19"; - url = "https://raw.githubusercontent.com/CachyOS/CachyOS-PKGBUILDS/refs/heads/master/nvidia/nvidia-utils/kernel-6.19.patch"; - hash = "sha256-YuJjSUXE6jYSuZySYGnWSNG5sfVei7vvxDcHx3K+IN4="; - }) - ]; - }); - }; + package = config.boot.kernelPackages.nvidiaPackages.latest; }; unfreePackages = [ "nvidia-x11" -- cgit v1.2.3-freya