mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	Reorganize current framework modules into 13-inch directory
This commit is contained in:
		
							
								
								
									
										17
									
								
								framework/13-inch/11th-gen-intel/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								framework/13-inch/11th-gen-intel/README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
# [Framework Laptop 13](https://frame.work/)
 | 
			
		||||
 | 
			
		||||
## Updating Firmware
 | 
			
		||||
 | 
			
		||||
First put enable `fwupd`
 | 
			
		||||
 | 
			
		||||
```nix
 | 
			
		||||
services.fwupd.enable = true;
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Then run
 | 
			
		||||
 | 
			
		||||
```sh
 | 
			
		||||
 $ fwupdmgr update
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
[Latest Update](https://fwupd.org/lvfs/devices/work.frame.Laptop.TGL.BIOS.firmware)
 | 
			
		||||
							
								
								
									
										10
									
								
								framework/13-inch/11th-gen-intel/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								framework/13-inch/11th-gen-intel/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
{ lib, pkgs, ...}: {
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../.
 | 
			
		||||
    ../intel.nix
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # Requires at least 5.16 for working wi-fi and bluetooth.
 | 
			
		||||
  # https://community.frame.work/t/using-the-ax210-with-linux-on-the-framework-laptop/1844/89
 | 
			
		||||
  boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.16") (lib.mkDefault pkgs.linuxPackages_latest);
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user