1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +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
];
}