Regenerated
This commit is contained in:
+282
-281
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -3142,11 +3142,12 @@ in
|
|||||||
############################
|
############################
|
||||||
# GUI Bluetooth manager
|
# GUI Bluetooth manager
|
||||||
############################
|
############################
|
||||||
environment.systemPackages = (config.environment.systemPackages or []) ++ with pkgs; [
|
environment.systemPackages = [
|
||||||
blueman
|
blueman
|
||||||
bluez
|
bluez
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
############################
|
############################
|
||||||
# Optional Home Manager integration
|
# Optional Home Manager integration
|
||||||
############################
|
############################
|
||||||
|
|||||||
@@ -16,11 +16,12 @@ in
|
|||||||
############################
|
############################
|
||||||
# GUI Bluetooth manager
|
# GUI Bluetooth manager
|
||||||
############################
|
############################
|
||||||
environment.systemPackages = (config.environment.systemPackages or []) ++ with pkgs; [
|
environment.systemPackages = [
|
||||||
blueman
|
blueman
|
||||||
bluez
|
bluez
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
############################
|
############################
|
||||||
# Optional Home Manager integration
|
# Optional Home Manager integration
|
||||||
############################
|
############################
|
||||||
|
|||||||
Reference in New Issue
Block a user