Regenerated
This commit is contained in:
+350
-349
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -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 ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user