Fix bluetooth service (blueman) + fix update-background

This commit is contained in:
Filippo Berto 2022-05-10 11:02:32 +02:00
parent 61cba53b41
commit 2d937f8f8b
3 changed files with 3 additions and 1 deletions

View file

@ -91,6 +91,7 @@
ssh = "${pkgs.avahi}/etc/avahi/services/ssh.service";
};
};
blueman.enable = true;
clamav = { daemon.enable = true; updater.enable = true; };
dbus.packages = with pkgs; [ dconf ];
gnome.gnome-keyring.enable = true;