Regenerated

This commit is contained in:
2026-03-31 21:20:37 +02:00
parent 0dcee47432
commit b89443e6df
4 changed files with 289 additions and 307 deletions
+283 -289
View File
File diff suppressed because it is too large Load Diff
+3 -9
View File
@@ -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
]);
} }