nixos-hardware/framework/16-inch/cpu/7040-amd/default.nix

11 lines
137 B
Nix
Raw Normal View History

2024-04-15 15:34:04 -04:00
{ config, lib, pkgs, ... }:
{
imports = [
../common
../common/amd.nix
../../../../common/cpu/amd/raphael/igpu.nix
];
}