Modified common.nix

This commit is contained in:
lulusilly 2025-10-01 17:13:50 -04:00
parent 810a52e634
commit 1a8c4f18b7
2 changed files with 1 additions and 4 deletions

View file

@ -77,7 +77,7 @@
# OpenSSH
services.openssh.enable = true;
# Hardware acceleration support
hardware.opengl.extraPackages = with pkgs; [
hardware.graphics.extraPackages = with pkgs; [
intel-media-driver
];
}