24.11 Vicuna

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-12-02 20:59:00 +01:00
parent 02c7814ce4
commit f828268b14
8 changed files with 78 additions and 76 deletions

View File

@@ -57,11 +57,10 @@ lib.mkIf nvidia.enable
nvidiaSettings = true;
# Optionally, you may need to select the appropriate driver version for your specific GPU.
package = config.boot.kernelPackages.nvidiaPackages.beta; };
opengl = {
package = config.boot.kernelPackages.nvidiaPackages.beta;
};
graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
};
}