Andre 
							
						 
					 
					
						
						
							
						
						51e51e6014 
					 
					
						
						
							
							chore: format repo using treefmt-nix and nixfmt-rfc-style  
						
						 
						
						
						
						
					 
					
						2025-06-04 12:35:54 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jörg Thalheim 
							
						 
					 
					
						
						
							
						
						5aa1b0f049 
					 
					
						
						
							
							dell-xps-15-9530-nvidia: include ada-lovelace profile  
						
						 
						
						
						
						
					 
					
						2025-05-13 08:21:52 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Peter Bittner 
							
						 
					 
					
						
						
							
						
						3c5e126732 
					 
					
						
						
							
							Add kvm-intel kernel module for XPS13  
						
						 
						
						
						
						
					 
					
						2025-05-09 18:12:19 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Peter Bittner 
							
						 
					 
					
						
						
							
						
						c40135076d 
					 
					
						
						
							
							Ensure WiFi works out-of-the-box on XPS13  
						
						 
						
						... 
						
						
						
						Inspired by https://github.com/NixOS/nixos-hardware/blob/master/dell/inspiron/3442/default.nix  
						
						
					 
					
						2025-05-09 18:12:19 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Peter Bittner 
							
						 
					 
					
						
						
							
						
						7d9552ef6b 
					 
					
						
						
							
							Replace symlink references by real path and delete symlink  
						
						 
						
						... 
						
						
						
						The common/pc/laptop/ssd folder was apparently moved a level up and was
replaced by a symlink to keep things working. We can consolidate this now. 
						
						
					 
					
						2025-05-05 11:17:15 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ryan Horiguchi 
							
						 
					 
					
						
						
							
						
						d25dac1bd5 
					 
					
						
						
							
							dell/xps/13-9350: use lunar-lake cpu config  
						
						 
						
						
						
						
					 
					
						2025-03-12 14:43:11 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Laureηt 
							
						 
					 
					
						
						
							
						
						fb12c8270a 
					 
					
						
						
							
							dell/xps/13-9315: fix screen flickering  
						
						 
						
						
						
						
					 
					
						2025-02-24 08:09:14 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthieu 
							
						 
					 
					
						
						
							
						
						18e9f9753e 
					 
					
						
						
							
							dell-xps-15-9570: fix imports, refactor (closer to recent profiles and more explicit) ( #1331 )  
						
						 
						
						
						
						
					 
					
						2025-02-21 05:07:31 +07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bashfulrobot 
							
						 
					 
					
						
						
							
						
						3e2ea8a49d 
					 
					
						
						
							
							feat: Add support for Dell XPS 15-9530 with NVIDIA graphics  
						
						 
						
						... 
						
						
						
						- Added `default.nix` file for Dell XPS 15-9530 configuration
- Imported necessary files for CPU, laptop, SSD, and fingerprint
- Enabled thermald service
- Configured iwlwifi module with power saving option
- Removed commented out code for `disable_11ax` option
- Added `default.nix` file for NVIDIA configuration in Dell XPS 15-9530
- Imported `default.nix` file from parent directory and NVIDIA prime configuration file
- Configured `hardware.nvidia.prime` with Bus IDs of Intel and NVIDIA GPUs
[dell/xps/15-9530/default.nix]
- Add a new file `dell/xps/15-9530/default.nix`
- Import the following files: `../../../common/cpu/intel`, `../../../common/pc/laptop`, `../../../common/pc/laptop/ssd`, and `./fingerprint`
- Enable thermald service
- Add configuration for iwlwifi module with `options iwlwifi power_save=1`
- Remove commented out code for `disable_11ax` option
[dell/xps/15-9530/nvidia/default.nix]
- Added a new file `default.nix` in the directory `dell/xps/15-9530/nvidia/`
- The file `default.nix` includes two imports: `../default.nix` and `../../../../common/gpu/nvidia/prime.nix`
- Added a configuration for `hardware.nvidia.prime` which includes the Bus IDs of the Intel and NVIDIA GPUs.
Co-authored-by: Felix Svensson <klowdo.fs@gmail.com > 
						
						
					 
					
						2025-02-17 13:20:39 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bashfulrobot 
							
						 
					 
					
						
						
							
						
						08c94a8b62 
					 
					
						
						
							
							docs: Add README file for Dell XPS 15 9530  
						
						 
						
						... 
						
						
						
						- Add new file `dell/xps/15-9530/README.wiki`
- Specify tested hardware
- Add notes section
- Add NVIDIA Offload section
[dell/xps/15-9530/README.wiki]
- Add a new file `dell/xps/15-9530/README.wiki`
- Specify the tested hardware:
CPU, RAM, HDD, Screen, Graphics, Input
- Add a section for notes
- Add a section for NVIDIA Offload
Co-authored-by: Felix Svensson <klowdo.fs@gmail.com > 
						
						
					 
					
						2025-02-17 13:20:39 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jörg Thalheim 
							
						 
					 
					
						
						
							
						
						c6c90887f8 
					 
					
						
						
							
							drop acpi_call from nixos-hardware  
						
						 
						
						... 
						
						
						
						fixes https://github.com/NixOS/nixos-hardware/issues/1114  and tlp also
no longer recommands it. 
						
						
					 
					
						2024-12-02 12:33:14 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gavin John 
							
						 
					 
					
						
						
							
						
						7495e87753 
					 
					
						
						
							
							treewide: Switch from gpu/intel to cpu/intel where applicable  
						
						 
						
						
						
						
					 
					
						2024-10-21 09:00:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jörg Thalheim 
							
						 
					 
					
						
						
							
						
						9da64c8fd9 
					 
					
						
						
							
							dell/xps/15-9520: add alder-lake gpu profile  
						
						 
						
						
						
						
					 
					
						2024-10-20 19:56:39 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jörg Thalheim 
							
						 
					 
					
						
						
							
						
						3854ace106 
					 
					
						
						
							
							Revert "dell/xps/15-9520: use alder-lake gpu profile"  
						
						 
						
						... 
						
						
						
						This reverts commit 8f38d8a475 .
This was added to the wrong laptop model. 
						
						
					 
					
						2024-10-20 19:56:39 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pádraic Ó Mhuiris 
							
						 
					 
					
						
						
							
						
						8f38d8a475 
					 
					
						
						
							
							dell/xps/15-9520: use alder-lake gpu profile  
						
						 
						
						
						
						
					 
					
						2024-10-20 09:44:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Laureηt 
							
						 
					 
					
						
						
							
						
						b7ca02c756 
					 
					
						
						
							
							add dell xps 9315  
						
						 
						
						
						
						
					 
					
						2024-10-04 15:36:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lyndon Sanche 
							
						 
					 
					
						
						
							
						
						12acfdefc1 
					 
					
						
						
							
							dell-xps-17-9700: Add nvidia architecture  
						
						 
						
						
						
						
					 
					
						2024-09-03 12:17:32 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lyndon Sanche 
							
						 
					 
					
						
						
							
						
						dec757bf4e 
					 
					
						
						
							
							dell-xps-15-9560: Add nvidia architecture  
						
						 
						
						
						
						
					 
					
						2024-09-03 12:17:17 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lyndon Sanche 
							
						 
					 
					
						
						
							
						
						9f9cf89d33 
					 
					
						
						
							
							dell-xps-15-9550: Add nvidia architecture  
						
						 
						
						
						
						
					 
					
						2024-09-03 12:17:02 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lyndon Sanche 
							
						 
					 
					
						
						
							
						
						3058433601 
					 
					
						
						
							
							dell-xps-15-9520: Add nvidia architecture  
						
						 
						
						
						
						
					 
					
						2024-09-03 12:16:52 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lyndon Sanche 
							
						 
					 
					
						
						
							
						
						c75b52ace8 
					 
					
						
						
							
							dell-xps-15-9510: Add nvidia architecture  
						
						 
						
						
						
						
					 
					
						2024-09-03 12:16:41 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lyndon Sanche 
							
						 
					 
					
						
						
							
						
						32979d223a 
					 
					
						
						
							
							dell-xps-15-9500: Add nvidia architecture  
						
						 
						
						
						
						
					 
					
						2024-09-03 12:16:31 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bradley Nelson 
							
						 
					 
					
						
						
							
						
						5cbf79226b 
					 
					
						
						
							
							feat: Add support for NVIDIA microarchitecture to xps 7590 and 9570  
						
						 
						
						
						
						
					 
					
						2024-09-03 17:29:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Șerbănescu 
							
						 
					 
					
						
						
							
						
						d3600fc296 
					 
					
						
						
							
							xps13-9380: enable fwupd  
						
						 
						
						
						
						
					 
					
						2024-08-24 10:14:37 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jörg Thalheim 
							
						 
					 
					
						
						
							
						
						05672b50f7 
					 
					
						
						
							
							dell/xps/15-9560: fix graphics options  
						
						 
						
						
						
						
					 
					
						2024-07-19 18:10:23 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jörg Thalheim 
							
						 
					 
					
						
						
							
						
						6a4ecebce5 
					 
					
						
						
							
							dell/xps/15-9560: use graphics option  
						
						 
						
						
						
						
					 
					
						2024-07-19 18:10:23 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								liamwb 
							
						 
					 
					
						
						
							
						
						42577dbb0f 
					 
					
						
						
							
							removed parts that are included in other modules  
						
						 
						
						
						
						
					 
					
						2024-07-19 18:10:23 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								liamwb 
							
						 
					 
					
						
						
							
						
						19e9c2fb7a 
					 
					
						
						
							
							naively pasted code from our forum discussion  
						
						 
						
						
						
						
					 
					
						2024-07-19 18:10:23 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lyndon Sanche 
							
						 
					 
					
						
						
							
						
						ba8294c0a1 
					 
					
						
						
							
							common: Move Intel generation-specific config from cpu to gpu  
						
						 
						
						... 
						
						
						
						These modules only included gpu configuration, so belong in that
location. 
						
						
					 
					
						2024-07-09 09:05:35 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								toastal 
							
						 
					 
					
						
						
							
						
						cc634b69c8 
					 
					
						
						
							
							remove driSupport, opengl → graphics  
						
						 
						
						
						
						
					 
					
						2024-06-21 16:38:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vinetos 
							
						 
					 
					
						
						
							
						
						01467901ec 
					 
					
						
						
							
							dell-xps-15-9570: init  
						
						 
						
						
						
						
					 
					
						2024-02-28 08:59:50 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lena Fuhrimann 
							
						 
					 
					
						
						
							
						
						ef811636cc 
					 
					
						
						
							
							Add fwupd to Dell XPS 13 7390 config  
						
						 
						
						
						
						
					 
					
						2024-01-13 23:04:19 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jörg Thalheim 
							
						 
					 
					
						
						
							
						
						b34a6075e9 
					 
					
						
						
							
							xps-15-9560: disable broken bumblebee for now  
						
						 
						
						... 
						
						
						
						Looks like it fails to evaluate in nixpkgs just now 
						
						
					 
					
						2024-01-09 07:46:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastian Klähn 
							
						 
					 
					
						
						
							
						
						22ae59fec2 
					 
					
						
						
							
							Update dell/xps/13-9310/default.nix  
						
						 
						
						
						
						
					 
					
						2023-12-29 19:45:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastian Klähn 
							
						 
					 
					
						
						
							
						
						72fea2077c 
					 
					
						
						
							
							Update config for xps-13-9010  
						
						 
						
						... 
						
						
						
						Add configuration for finger print 
						
						
					 
					
						2023-12-29 19:45:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jörg Thalheim 
							
						 
					 
					
						
						
							
						
						b7747f0f60 
					 
					
						
						
							
							remove unused variables with deadnix  
						
						 
						
						
						
						
					 
					
						2023-12-25 20:25:23 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kourosh Tafreshi 
							
						 
					 
					
						
						
							
						
						c3abafb01c 
					 
					
						
						
							
							chore: Add switcheroo service for Dual GPU  
						
						 
						
						
						
						
					 
					
						2023-11-21 09:32:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kourosh Tafreshi 
							
						 
					 
					
						
						
							
						
						fc126177f6 
					 
					
						
						
							
							chore: Activate nvidia powermanagement  
						
						 
						
						
						
						
					 
					
						2023-11-21 09:32:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kourosh Tafreshi 
							
						 
					 
					
						
						
							
						
						87f8403371 
					 
					
						
						
							
							chore: Add OPENGL settings  
						
						 
						
						
						
						
					 
					
						2023-11-03 20:49:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kourosh Tafreshi 
							
						 
					 
					
						
						
							
						
						ce6068070b 
					 
					
						
						
							
							chore: Tunning WiFi  
						
						 
						
						
						
						
					 
					
						2023-11-03 20:49:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kourosh Tafreshi 
							
						 
					 
					
						
						
							
						
						455496f1b4 
					 
					
						
						
							
							chore: Add DELL XPS 9510  
						
						 
						
						
						
						
					 
					
						2023-10-06 17:41:06 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lyndon Sanche 
							
						 
					 
					
						
						
							
						
						817e297fc3 
					 
					
						
						
							
							Dell XPS 9560: More formatting in README  
						
						 
						
						
						
						
					 
					
						2023-08-25 09:31:26 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lyndon Sanche 
							
						 
					 
					
						
						
							
						
						79a189283e 
					 
					
						
						
							
							Dell XPS 9560: Fix README headers  
						
						 
						
						
						
						
					 
					
						2023-08-25 09:31:26 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lyndon Sanche 
							
						 
					 
					
						
						
							
						
						2455827f55 
					 
					
						
						
							
							Dell XPS 9560: Fix README links  
						
						 
						
						
						
						
					 
					
						2023-08-25 09:31:26 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lyndon Sanche 
							
						 
					 
					
						
						
							
						
						4cc314ad67 
					 
					
						
						
							
							Dell XPS 9560: Add information and tweak config  
						
						 
						
						
						
						
					 
					
						2023-08-25 09:31:26 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lyndon Sanche 
							
						 
					 
					
						
						
							
						
						8ff521acd2 
					 
					
						
						
							
							XPS 9560: Remove lib.mkDefault on mergable options  
						
						 
						
						
						
						
					 
					
						2023-08-09 08:43:19 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthieu Dubuget 
							
						 
					 
					
						
						
							
						
						b4f1105b9c 
					 
					
						
						
							
							Update default.nix: removing the fwupd line  
						
						 
						
						
						
						
					 
					
						2023-08-04 21:08:48 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthieu Dubuget 
							
						 
					 
					
						
						
							
						
						6dcf1381ec 
					 
					
						
						
							
							Adding Dell XPS 13 9333  
						
						 
						
						
						
						
					 
					
						2023-08-04 21:08:48 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bors[bot] 
							
						 
					 
					
						
						
							
						
						7dc4630467 
					 
					
						
						
							
							Merge  #613   #615  
						
						 
						
						... 
						
						
						
						613: Add config for Dell XPS 15 9520 r=Mic92 a=palfrey
615: add dell precision 3541 r=Mic92 a=anstylian
Co-authored-by: Tom Parker-Shemilt <tom.parkershemilt@doxy.me >
Co-authored-by: Tom Parker-Shemilt <palfrey@tevp.net >
Co-authored-by: angelos <agathangelos.stylianidis@gmail.com > 
						
						
					 
					
						2023-05-02 06:40:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Parker-Shemilt 
							
						 
					 
					
						
						
							
						
						b13c895f11 
					 
					
						
						
							
							Add config for Dell XPS 15 9520  
						
						 
						
						
						
						
					 
					
						2023-04-29 11:18:48 +01:00