aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/arrakis/hardware-configuration.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix
index 34fe230..9f2cc59 100644
--- a/hosts/arrakis/hardware-configuration.nix
+++ b/hosts/arrakis/hardware-configuration.nix
@@ -85,9 +85,8 @@
hardware = {
bluetooth.enable = true;
- graphics.extraPackages = with pkgs; [
- vaapiVdpau
- ];
+ graphics.extraPackages = with pkgs; [ nvidia-vaapi-driver ];
+ graphics.extraPackages32 = with pkgs.pkgsi686Linux; [ nvidia-vaapi-driver ];
nvidia = {
modesetting.enable = true;
open = true;