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
+350 -349
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -1451,8 +1451,9 @@ in
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
packages = with pkgs; [ bluez blueman ];
package = pkgs.bluez;
};
environment.systemPackages = with pkgs; [ blueman ];
}
#+END_SRC
@@ -13,6 +13,7 @@ in
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
packages = with pkgs; [ bluez blueman ];
package = pkgs.bluez;
};
environment.systemPackages = with pkgs; [ blueman ];
}