nixos-config/modules/hardware/video.nix

6 lines
81 B
Nix
Raw Normal View History

2021-08-24 09:36:15 +00:00
{ pkgs, ... }:
2021-07-29 20:21:51 +00:00
2021-08-24 09:36:15 +00:00
{
environment.systemPackages = with pkgs; [ unstable.mesa ];
2021-07-29 20:21:51 +00:00
}