1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-07-05 19:03:28 +02:00
nixos-hardware/framework/16-inch/cpu/7040-amd/default.nix
2024-04-19 10:19:21 +00:00

11 lines
137 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
../common
../common/amd.nix
../../../../common/cpu/amd/raphael/igpu.nix
];
}