use vulkan_beta nvidia driver
This commit is contained in:
parent
c6c9524761
commit
a93cef27cc
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
{ config, pkgs, inputs, nix-colors, ... }:
|
||||
|
||||
{
|
||||
rec {
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
|
@ -30,6 +30,7 @@
|
|||
};
|
||||
open = false;
|
||||
nvidiaSettings = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.vulkan_beta;
|
||||
};
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue