File tree 4 files changed +33
-0
lines changed
4 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ imports = [
3
+ ./cpu-only.nix
4
+ ../../gpu/intel/meteor-lake.nix
5
+ ] ;
6
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ imports = [ ../. ] ;
3
+
4
+ hardware . intelgpu . vaapiDriver = "intel-media-driver" ;
5
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ imports = [
3
+ ../../common/cpu/intel/meteor-lake.nix
4
+ ../../common/gpu/nvidia/ada-lovelace
5
+ ../../common/pc/laptop
6
+ ] ;
7
+
8
+ boot . initrd . availableKernelModules = [
9
+ "nvme"
10
+ "sd_mod"
11
+ "thunderbolt"
12
+ "usb_storage"
13
+ "vmd"
14
+ "xhci_pci"
15
+ ] ;
16
+
17
+ hardware . nvidia . prime = {
18
+ intelBusId = "PCI:0:2:0" ;
19
+ nvidiaBusId = "PCI:1:0:0" ;
20
+ } ;
21
+ }
Original file line number Diff line number Diff line change 80
80
dell-latitude-e7240 = import ./dell/latitude/e7240 ;
81
81
dell-optiplex-3050 = import ./dell/optiplex/3050 ;
82
82
dell-poweredge-r7515 = import ./dell/poweredge/r7515 ;
83
+ dell-precision-3490 = import ./dell/precision/3490.nix ;
83
84
dell-precision-3541 = import ./dell/precision/3541 ;
84
85
dell-precision-5490 = import ./dell/precision/5490 ;
85
86
dell-precision-5530 = import ./dell/precision/5530 ;
You can’t perform that action at this time.
0 commit comments