Regenerated
This commit is contained in:
+283
-289
File diff suppressed because it is too large
Load Diff
+3
-9
@@ -402,6 +402,8 @@ in {
|
||||
This is a list of additional apps to install
|
||||
#+BEGIN_SRC conf :tangle generated/assets/2_b_installed.conf :noweb yes :mkdirp yes :eval never
|
||||
#packages
|
||||
bluez
|
||||
blueman
|
||||
pavucontrol
|
||||
usbutils
|
||||
todoist
|
||||
@@ -3136,16 +3138,8 @@ in
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
#package = pkgs.bluez;
|
||||
package = pkgs.bluez;
|
||||
};
|
||||
|
||||
############################
|
||||
# GUI Bluetooth manager
|
||||
############################
|
||||
environment.systemPackages = lib.mkForce (with pkgs; [
|
||||
blueman
|
||||
bluez
|
||||
]);
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#packages
|
||||
bluez
|
||||
blueman
|
||||
pavucontrol
|
||||
usbutils
|
||||
todoist
|
||||
|
||||
@@ -10,14 +10,6 @@ in
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
#package = pkgs.bluez;
|
||||
package = pkgs.bluez;
|
||||
};
|
||||
|
||||
############################
|
||||
# GUI Bluetooth manager
|
||||
############################
|
||||
environment.systemPackages = lib.mkForce (with pkgs; [
|
||||
blueman
|
||||
bluez
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user