nix-config/modules/nix/hardware/default.nix

8 lines
83 B
Nix

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