mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
6 lines
64 B
Nix
6 lines
64 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
# OpenGL
|
|
hardware.opengl.enable = true;
|
|
}
|