1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2025-01-25 10:14:59 +01:00
nixos-hardware/framework/16-inch/7040-amd/default.nix

11 lines
134 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
2024-04-15 15:34:04 -04:00
];
}