mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
framework/16-inch: moved out of the CPU folder
as it doesn't only define configuration for the CPU
This commit is contained in:
parent
8a4adfe48b
commit
88eb241bbd
6 changed files with 8 additions and 8 deletions
10
framework/16-inch/7040-amd/default.nix
Normal file
10
framework/16-inch/7040-amd/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../common
|
||||
../common/amd.nix
|
||||
../../../common/cpu/amd/raphael/igpu.nix
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue