mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 11:41:59 -05:00
6 lines
136 B
Nix
6 lines
136 B
Nix
{hostname, ...}: let
|
|
inherit (import ../../hosts/${hostname}/env.nix) Bluetooth;
|
|
in {
|
|
services.blueman-applet.enable = Bluetooth;
|
|
}
|