add dell precision 3541

This commit is contained in:
angelos
2023-04-29 00:36:47 +03:00
parent 3006d2860a
commit 576903907a
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{ lib, pkgs, ... }:
{
imports = [
../../../../common/cpu/intel
../../../../common/pc/laptop
../../../../common/gpu/nvidia/disable.nix
];
}