Regenerated

This commit is contained in:
2026-04-15 13:04:11 +02:00
parent 134fb7b7cd
commit 4852013fea
4 changed files with 360 additions and 357 deletions
+352 -351
View File
File diff suppressed because it is too large Load Diff
+4 -3
View File
@@ -74,12 +74,11 @@ audacity
baobab
bat
blender
blueman
bluez
brave
btop
chromium
cliphist
collabora-online
comma
direnv
duf
@@ -1444,13 +1443,15 @@ let
username = config.defaultUser or "henrov";
in
{
############################
# Bluetooth daemon
############################
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
package = pkgs.bluez;
packages = with pkgs; [ bluez blueman ];
};
}
#+END_SRC
+1 -2
View File
@@ -5,12 +5,11 @@ audacity
baobab
bat
blender
blueman
bluez
brave
btop
chromium
cliphist
collabora-online
comma
direnv
duf
@@ -5,12 +5,14 @@ let
username = config.defaultUser or "henrov";
in
{
############################
# Bluetooth daemon
############################
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
package = pkgs.bluez;
packages = with pkgs; [ bluez blueman ];
};
}