nix/graphical: fix bluetooth-applet

This commit is contained in:
steveej 2020-10-17 15:28:19 +02:00
parent ceb12b6e92
commit bf17d2f259
2 changed files with 2 additions and 2 deletions

View file

@ -33,6 +33,7 @@
services.dbus.packages = with pkgs; [
blueman
];
services.blueman.enable = true;
services.xserver = {
enable = true;