nixos/plasma5: enable accounts dbus daemon to beable to modify user settings like Pictures

This commit is contained in:
Sandro Jäckel 2021-10-31 16:54:50 +01:00
parent 22987611d0
commit 19142fd079
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -358,6 +358,7 @@ in
programs.ssh.askPassword = mkDefault "${plasma5.ksshaskpass.out}/bin/ksshaskpass";
# Enable helpful DBus services.
services.accounts-daemon.enable = true;
services.udisks2.enable = true;
services.upower.enable = config.powerManagement.enable;
services.system-config-printer.enable = mkIf config.services.printing.enable (mkDefault true);