1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-27 23:18:31 +02:00
nixos-hardware/framework/13-inch/13th-gen-intel/README.md

16 lines
175 B
Markdown
Raw Normal View History

# [Framework Laptop 13](https://frame.work/)
## Updating Firmware
First put enable `fwupd`
```nix
services.fwupd.enable = true;
```
Then run
```sh
$ fwupdmgr update
```