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, ... }:
|
{ config, pkgs, inputs, nix-colors, ... }:
|
||||||
|
|
||||||
{
|
rec {
|
||||||
imports =
|
imports =
|
||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
@ -30,6 +30,7 @@
|
||||||
};
|
};
|
||||||
open = false;
|
open = false;
|
||||||
nvidiaSettings = true;
|
nvidiaSettings = true;
|
||||||
|
package = config.boot.kernelPackages.nvidiaPackages.vulkan_beta;
|
||||||
};
|
};
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue