Skip to content

Commit 001df09

Browse files
committed
add more common modules
1 parent 8743c39 commit 001df09

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dell/precision/5680/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
}:
55
{
66
imports = [
7+
../../../common/hidpi.nix
78
../../../common/pc/laptop
89
../../../common/pc/ssd
9-
../../../common/cpu/intel
10+
../../../common/cpu/intel/raptor-lake
11+
../../../common/gpu/nvidia/ada-lovelace
1012
../../../common/gpu/nvidia/prime.nix
1113
];
1214

@@ -51,7 +53,6 @@
5153
nvidia = {
5254
modesetting.enable = lib.mkDefault true;
5355
nvidiaSettings = lib.mkDefault true;
54-
open = lib.mkDefault false;
5556

5657
powerManagement = {
5758
enable = lib.mkDefault true;

0 commit comments

Comments
 (0)