mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
Add 13-inch directory to framework and move new module
This commit is contained in:
parent
376cecdbb2
commit
55b4caf931
4 changed files with 7 additions and 7 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ lib, pkgs, ... }: {
|
||||
imports = [
|
||||
../../common/cpu/amd
|
||||
../../common/cpu/amd/pstate.nix
|
||||
../../common/gpu/amd
|
||||
../../common/pc/laptop
|
||||
../../common/pc/laptop/ssd
|
||||
../../../common/cpu/amd
|
||||
../../../common/cpu/amd/pstate.nix
|
||||
../../../common/gpu/amd
|
||||
../../../common/pc/laptop
|
||||
../../../common/pc/laptop/ssd
|
||||
];
|
||||
|
||||
# Newer kernel is better for amdgpu driver updates
|
||||
Loading…
Add table
Add a link
Reference in a new issue