chore(hardware): remove unused RPi4 GPU config
This commit is contained in:
parent
3c72312f8a
commit
4ebd0c7d24
|
@ -1,10 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
setLdLibraryPath = true;
|
||||
package = pkgs.mesa_drivers;
|
||||
};
|
||||
hardware.raspberry-pi."4".fkms-3d.enable = true;
|
||||
}
|
Loading…
Reference in a new issue