mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
Add Framework AMD AI 300 Series
This commit is contained in:
committed by
mergify[bot]
parent
232c204afb
commit
c06d50adeb
15
framework/13-inch/amd-ai-300-series/README.md
Normal file
15
framework/13-inch/amd-ai-300-series/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# [Framework Laptop 13](https://frame.work/)
|
||||
|
||||
## Updating Firmware
|
||||
|
||||
First put enable `fwupd`
|
||||
|
||||
```nix
|
||||
services.fwupd.enable = true;
|
||||
```
|
||||
|
||||
Then run
|
||||
|
||||
```sh
|
||||
$ fwupdmgr update
|
||||
```
|
||||
9
framework/13-inch/amd-ai-300-series/default.nix
Normal file
9
framework/13-inch/amd-ai-300-series/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../common
|
||||
../common/amd.nix
|
||||
];
|
||||
config.hardware.framework.laptop13.audioEnhancement.rawDeviceName = lib.mkDefault "alsa_output.pci-0000_c1_00.6.analog-stereo";
|
||||
}
|
||||
Reference in New Issue
Block a user