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