Files
nix-config/modules/hosts/tux/users/weckyy702/bluetooth.nix

6 lines
116 B
Nix

{ inputs, ... }: {
flake.modules.homeManager.blueman-applet = {
services.blueman-applet.enable = true;
};
}