nixos/modules/hardware/default.nix
2023-07-07 23:00:31 +03:00

6 lines
63 B
Nix

{ config, pkgs, lib, ...}:
{
imports = [
./nvidia
];
}