7 lines
95 B
Nix
7 lines
95 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
glxinfo
|
|
vulkan-tools
|
|
];
|
|
}
|