aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hosts/arrakis/hardware-configuration.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix
index 73ebd9b..34fe230 100644
--- a/hosts/arrakis/hardware-configuration.nix
+++ b/hosts/arrakis/hardware-configuration.nix
@@ -85,13 +85,13 @@
hardware = {
bluetooth.enable = true;
+ graphics.extraPackages = with pkgs; [
+ vaapiVdpau
+ ];
nvidia = {
modesetting.enable = true;
open = true;
package = config.boot.kernelPackages.nvidiaPackages.beta;
};
- opengl.extraPackages = with pkgs; [
- vaapiVdpau
- ];
};
}