1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-08-07 12:07:48 +02:00
nixos-hardware/tuxedo/pulse/14/gen3/default.nix

10 lines
227 B
Nix
Raw Normal View History

{pkgs, ...}: {
imports = [
../../../../common/cpu/amd
../../../../common/cpu/amd/pstate.nix
../../../../common/cpu/amd/raphael/igpu.nix
../../../../common/pc/laptop
../../../../common/pc/laptop/ssd
];
}