sisyphus/nixos/modules/hardware/default.nix

6 lines
36 B
Nix
Raw Normal View History

2023-10-20 22:28:37 +02:00
{
imports = [
./nvidia
];
}