framework: Add Laptop 13 Intel Core Ultra Series 3

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer 2026-04-08 08:08:45 +08:00
parent c775c2772b
commit bacd3ee7a9
3 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# [Framework Laptop 13](https://frame.work/laptop13pro)
## Updating Firmware
Everything is updateable through fwupd, so it's enabled by default.
To get the latest firmware, run:
```sh
$ fwupdmgr refresh
$ fwupdmgr update
```
- [Latest Update](https://fwupd.org/lvfs/devices/work.frame.Laptop.PTL.BIOS.firmware)

View file

@ -0,0 +1,16 @@
{
config,
lib,
pkgs,
...
}:
{
imports = [
../common
../common/intel.nix
];
# Everything is updateable through fwupd
services.fwupd.enable = true;
}