NullBite 803a47d745
move things to somewhere that makes more sense
(need to rename everything now please kill me)
2024-01-01 12:53:02 -05:00

12 lines
148 B
Nix

{ config, lib, pkgs, ...}:
{
# Enable OpenGL
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
}