summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-11-26 13:57:21 -0600
committerAlejandro Soto <alejandro@34project.org>2025-11-26 13:57:21 -0600
commita8273307a7d2b5d1c57520eca7af9da5baaf1989 (patch)
tree6910eb5bdcfe1de1d9c83ff64d2ea261e425bd14 /sys
parent46bb5c2700c280cab7d75debb565a1088b0759bf (diff)
sys/seat: enable 32-bit graphics drivers
Diffstat (limited to '')
-rw-r--r--sys/seat/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/seat/default.nix b/sys/seat/default.nix
index 4954806..55dce19 100644
--- a/sys/seat/default.nix
+++ b/sys/seat/default.nix
@@ -92,6 +92,7 @@ in {
hardware.graphics = {
enable = true;
+ enable32Bit = true;
extraPackages = optionals (elem "i915" cfg.videoDrivers) [
pkgs.vaapiIntel
pkgs.intel-media-driver