populated configuration
This commit is contained in:
7
system/hardware/opengl.nix
Normal file
7
system/hardware/opengl.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
hardware.opengl.enable = true;
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
mesa
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user