hosts/tux: Add blueman and blueman-applet
This commit is contained in:
@@ -4,11 +4,12 @@
|
|||||||
with inputs.self.factory; [
|
with inputs.self.factory; [
|
||||||
system-desktop
|
system-desktop
|
||||||
systemd-boot
|
systemd-boot
|
||||||
|
bluetooth
|
||||||
|
i18n-de
|
||||||
|
|
||||||
(autologin "weckyy702")
|
(autologin "weckyy702")
|
||||||
|
|
||||||
development-tools
|
development-tools
|
||||||
i18n-de
|
|
||||||
tailscale
|
tailscale
|
||||||
|
|
||||||
#TODO: laptop specific aspects like powertop
|
#TODO: laptop specific aspects like powertop
|
||||||
|
|||||||
5
modules/hosts/tux/users/weckyy702/bluetooth.nix
Normal file
5
modules/hosts/tux/users/weckyy702/bluetooth.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{ inputs, ... }: {
|
||||||
|
flake.modules.homeManager.blueman-applet = {
|
||||||
|
services.blueman-applet.enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -14,6 +14,7 @@
|
|||||||
tux-hyprland
|
tux-hyprland
|
||||||
randomized-aghpb-wallpaper
|
randomized-aghpb-wallpaper
|
||||||
nm-applet
|
nm-applet
|
||||||
|
blueman-applet
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
flake.modules.nixos.bluetooth = {
|
flake.modules.nixos.bluetooth = {
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.blueman.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user