framework-2024-11-19-15-13-04

This commit is contained in:
Alexander Szczepanski
2024-11-19 15:13:04 +01:00
parent 6da6ab8d66
commit 6ef21edd8f
7 changed files with 146 additions and 47 deletions

View File

@ -1,9 +1,9 @@
{
config,
pkgs,
lib,
...
}: {
hardware = {
bluetooth.enable = true;
sane.enable = true;
};
services = {
fwupd.enable = true;
};