hosts/tux: Add blueman and blueman-applet

This commit is contained in:
2026-03-19 21:33:48 +01:00
parent e54fc963f6
commit cb37b19941
4 changed files with 10 additions and 2 deletions

View File

@@ -4,11 +4,12 @@
with inputs.self.factory; [
system-desktop
systemd-boot
bluetooth
i18n-de
(autologin "weckyy702")
development-tools
i18n-de
tailscale
#TODO: laptop specific aspects like powertop

View File

@@ -0,0 +1,5 @@
{ inputs, ... }: {
flake.modules.homeManager.blueman-applet = {
services.blueman-applet.enable = true;
};
}

View File

@@ -14,6 +14,7 @@
tux-hyprland
randomized-aghpb-wallpaper
nm-applet
blueman-applet
];
};
};

View File

@@ -2,7 +2,8 @@
flake.modules.nixos.bluetooth = {
hardware.bluetooth = {
enable = true;
};
services.blueman.enable = true;
};
}