Regenerated

This commit is contained in:
2026-04-15 13:05:47 +02:00
parent 4852013fea
commit defaa211b4
3 changed files with 357 additions and 354 deletions
@@ -13,6 +13,7 @@ in
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
packages = with pkgs; [ bluez blueman ];
};
package = pkgs.bluez;
};
environment.systemPackages = with pkgs; [ blueman ];
}