enable bluetooth

This commit is contained in:
Motiejus Jakštys 2023-10-09 05:59:02 +03:00
parent 2dd6b04b3a
commit 7718fc348b
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,8 @@
...
}: {
config = {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
services.udev.packages = [pkgs.yubikey-personalization];
programs.firefox.enable = true;
@ -188,6 +190,7 @@
};
services.cbatticon.enable = true;
services.blueman-applet.enable = true;
services.syncthing.tray = {
enable = true;