nixos-config/modules/hardware/video.nix

8 lines
125 B
Nix
Raw Normal View History

2021-07-29 20:21:51 +00:00
{ config, ... }:
let
unstable = (import ../unstable.nix config);
in {
environment.systemPackages = [ unstable.mesa ];
}