1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-07-06 11:23:27 +02:00
nixos-hardware/dell/precision/3541/intel/default.nix

10 lines
156 B
Nix
Raw Normal View History

2023-04-28 23:36:47 +02:00
{ lib, pkgs, ... }:
{
imports = [
../../../../common/cpu/intel
../../../../common/pc/laptop
../../../../common/gpu/nvidia/disable.nix
];
}