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