2024-04-19 13:47:30 +02:00
|
|
|
{inputs', ...}: {
|
|
|
|
imports = [
|
2024-04-27 22:12:41 +02:00
|
|
|
inputs'.chaotic-nyx.nixosModules.mesa-git
|
2024-04-19 13:47:30 +02:00
|
|
|
];
|
|
|
|
|
2024-04-27 22:12:41 +02:00
|
|
|
nixpkgs.overlays = [
|
|
|
|
inputs'.chaotic-nyx.overlays.default
|
|
|
|
];
|
2024-04-19 13:47:30 +02:00
|
|
|
}
|