mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
Add Framework AMD AI 300 Series
This commit is contained in:
parent
232c204afb
commit
c06d50adeb
4 changed files with 26 additions and 0 deletions
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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue