From bb577ae13fb50aa5f208a808cc1415fb3d37e338 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 21 Jun 2024 23:46:35 +0200 Subject: update more options --- neko/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'neko') diff --git a/neko/configuration.nix b/neko/configuration.nix index 7c42433..a2fc5c8 100644 --- a/neko/configuration.nix +++ b/neko/configuration.nix @@ -15,7 +15,7 @@ ]; # intel graphics - hardware.opengl.extraPackages = with pkgs; [ intel-media-driver intel-compute-runtime ]; + hardware.graphics.extraPackages = with pkgs; [ intel-media-driver intel-compute-runtime ]; # our hostname and an ID for ZFS networking.hostName = "neko"; -- cgit v1.2.3