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
|
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
|
#+BEGIN_SRC conf :tangle generated/assets/2_b_installed.conf :noweb yes :mkdirp yes :eval never
|
||||||
#packages
|
#packages
|
||||||
|
bluez
|
||||||
|
blueman
|
||||||
pavucontrol
|
pavucontrol
|
||||||
usbutils
|
usbutils
|
||||||
todoist
|
todoist
|
||||||
@@ -3136,16 +3138,8 @@ in
|
|||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
powerOnBoot = true;
|
powerOnBoot = true;
|
||||||
#package = pkgs.bluez;
|
package = pkgs.bluez;
|
||||||
};
|
};
|
||||||
|
|
||||||
############################
|
|
||||||
# GUI Bluetooth manager
|
|
||||||
############################
|
|
||||||
environment.systemPackages = lib.mkForce (with pkgs; [
|
|
||||||
blueman
|
|
||||||
bluez
|
|
||||||
]);
|
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
#packages
|
#packages
|
||||||
|
bluez
|
||||||
|
blueman
|
||||||
pavucontrol
|
pavucontrol
|
||||||
usbutils
|
usbutils
|
||||||
todoist
|
todoist
|
||||||
|
|||||||
@@ -10,14 +10,6 @@ in
|
|||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
powerOnBoot = 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