Files
DCGOS/home/wayland/blueman-applet.nix
2025-07-22 12:18:15 +08:00

6 lines
136 B
Nix

{hostname, ...}: let
inherit (import ../../hosts/${hostname}/env.nix) Bluetooth;
in {
services.blueman-applet.enable = Bluetooth;
}