1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-07-06 19:33:28 +02:00
nixos-hardware/framework/16-inch/7040-amd/default.nix

11 lines
134 B
Nix
Raw Normal View History

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