Merge pull request #266234 from SuperSamus/plasma-dconf-glib

nixos/plasma5: enable dconf by default
This commit is contained in:
K900 2023-12-05 00:23:29 +03:00 committed by GitHub
commit 3c1ad28f89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -338,6 +338,7 @@ in
# Enable helpful DBus services.
services.accounts-daemon.enable = true;
programs.dconf.enable = true;
# when changing an account picture the accounts-daemon reads a temporary file containing the image which systemsettings5 may place under /tmp
systemd.services.accounts-daemon.serviceConfig.PrivateTmp = false;
services.power-profiles-daemon.enable = mkDefault true;