formatting

This commit is contained in:
Charlie Root 2024-09-30 21:51:16 +02:00
commit a903957e5c
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
2 changed files with 5 additions and 6 deletions

View file

@ -5,9 +5,9 @@
...
}: let
in {
# environment.systemPackages = with pkgs; lib.mkMerge [
# (mkIf cfg.bluetooth.enable [
# ])
# ];
# environment.systemPackages = with pkgs; lib.mkMerge [
# (mkIf cfg.bluetooth.enable [
# ])
# ];
}