diff --git a/modules/bluetooth.nix b/modules/bluetooth.nix new file mode 100644 index 0000000..d109ddb --- /dev/null +++ b/modules/bluetooth.nix @@ -0,0 +1,5 @@ +{...}: { + hardware.bluetooth.enable = true; + + services.blueman.enable = true; +} diff --git a/modules/common.nix b/modules/common.nix index 9bfdaee..0d7a711 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -1,6 +1,7 @@ { imports = [ ./avahi.nix + ./bluetooth.nix ./bootloader.nix ./cups.nix ./flatpak.nix