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 baobab
bat bat
blender blender
blueman
bluez
brave brave
btop btop
chromium chromium
cliphist cliphist
collabora-online
comma comma
direnv direnv
duf duf
@@ -1444,13 +1443,15 @@ let
username = config.defaultUser or "henrov"; username = config.defaultUser or "henrov";
in in
{ {
############################ ############################
# Bluetooth daemon # Bluetooth daemon
############################ ############################
hardware.bluetooth = { hardware.bluetooth = {
enable = true; enable = true;
powerOnBoot = true; powerOnBoot = true;
package = pkgs.bluez; packages = with pkgs; [ bluez blueman ];
}; };
} }
#+END_SRC #+END_SRC
+1 -2
View File
@@ -5,12 +5,11 @@ audacity
baobab baobab
bat bat
blender blender
blueman
bluez
brave brave
btop btop
chromium chromium
cliphist cliphist
collabora-online
comma comma
direnv direnv
duf duf
@@ -5,12 +5,14 @@ let
username = config.defaultUser or "henrov"; username = config.defaultUser or "henrov";
in in
{ {
############################ ############################
# Bluetooth daemon # Bluetooth daemon
############################ ############################
hardware.bluetooth = { hardware.bluetooth = {
enable = true; enable = true;
powerOnBoot = true; powerOnBoot = true;
package = pkgs.bluez; packages = with pkgs; [ bluez blueman ];
}; };
} }