summaryrefslogtreecommitdiff
path: root/neko
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-06-10 19:19:56 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-06-10 19:19:56 +0200
commit6ce1c0045f3f5ead7e66f7cc8877f4ccdcff952a (patch)
tree36c5616bea6a4dfe06e9cb04146462e44de5c1d2 /neko
parent23544f7fecfbf583d9f1f110646314ea6538431f (diff)
more graphics stuff
Diffstat (limited to 'neko')
-rw-r--r--neko/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/neko/configuration.nix b/neko/configuration.nix
index 3c5ab6d..7b667a9 100644
--- a/neko/configuration.nix
+++ b/neko/configuration.nix
@@ -21,6 +21,6 @@
systemd.network.networks."10-wan".matchConfig.Name = "enp9s0";
# intel graphics
- hardware.opengl.extraPackages = with pkgs; [ intel-media-driver ];
+ hardware.opengl.extraPackages = with pkgs; [ intel-media-driver intel-compute-runtime ];
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ intel-media-driver ];
}