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