mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	chore: format repo using treefmt-nix and nixfmt-rfc-style
This commit is contained in:
		@@ -9,7 +9,8 @@
 | 
			
		||||
    {
 | 
			
		||||
      hardware.intelgpu.loadInInitrd = lib.versionOlder config.boot.kernelPackages.kernel.version "6.2";
 | 
			
		||||
      # same as 13th gen framework 13-inch
 | 
			
		||||
      hardware.framework.laptop13.audioEnhancement.rawDeviceName = lib.mkDefault "alsa_output.pci-0000_00_1f.3.analog-stereo";
 | 
			
		||||
      hardware.framework.laptop13.audioEnhancement.rawDeviceName =
 | 
			
		||||
        lib.mkDefault "alsa_output.pci-0000_00_1f.3.analog-stereo";
 | 
			
		||||
    }
 | 
			
		||||
    # https://community.frame.work/t/tracking-hard-freezing-on-fedora-36-with-the-new-12th-gen-system/20675/391
 | 
			
		||||
    (lib.mkIf (lib.versionOlder config.boot.kernelPackages.kernel.version "6.2") {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user