Regenerated
This commit is contained in:
+352
-351
File diff suppressed because it is too large
Load Diff
+4
-3
@@ -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
|
||||||
|
|||||||
@@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user