❄️ Dotfiles for our NixOS system configuration.

chore: update comment

Chloe 68f136ca 844c3b47

Changed files
+1 -3
modules
nixos
hardware
+1 -3
modules/nixos/hardware/bluetooth.nix
···
options.hardware.bluetooth.enable = {
type = types.bool;
default = lib.stdenv.hostPlatform.isLinux;
-
description = ''
-
Enable Bluetooth support.
-
'';
};
config = {
···
options.hardware.bluetooth.enable = {
type = types.bool;
default = lib.stdenv.hostPlatform.isLinux;
+
description = "Enable Bluetooth support.";
};
config = {