mirror of
https://github.com/librephoenix/nixos-config
synced 2025-09-06 21:14:00 +05:30
6 lines
72 B
Nix
6 lines
72 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
# OpenGL
|
|
hardware.opengl.enable = true;
|
|
}
|