ljdsalkjadslkj

This commit is contained in:
2025-06-05 18:54:42 +02:00
parent f5d9d5cb56
commit 175861a813
7 changed files with 35 additions and 38 deletions
+3 -2
View File
@@ -16,7 +16,7 @@ lib.mkMerge [
hardware.graphics.enable32Bit = true;
# does not work on pascal
# hardware.nvidia.open = true;
# hardware.nvidia.open = lib.mkDefault true;
# Experimental and only works on modern Nvidia GPUs (Turing or newer).
/* powerManagement.finegrained = true; */
@@ -24,7 +24,7 @@ lib.mkMerge [
{
nixpkgs.config.openglSupport = true; # why is this not set by hardware.opengl.enable ?
nixpkgs.config.cudaSupport = true;
nixpkgs.config.cudaSupport = true;
nixpkgs.config.vdpauSupport = true;
nixpkgs.config.vaapiSupport = true;
nixpkgs.config.nvidiaSupport = true;
@@ -78,6 +78,7 @@ lib.mkMerge [
#hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.latest;
#hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.beta;
#hardware.nvidia.prime = {
# offload.enable = true;
# # Bus IDs. You can find them using lspci, grepping for "3D" or "VGA"