Merge pull request #266234 from SuperSamus/plasma-dconf-glib
nixos/plasma5: enable dconf by default
This commit is contained in:
commit
3c1ad28f89
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ in
|
||||||
|
|
||||||
# Enable helpful DBus services.
|
# Enable helpful DBus services.
|
||||||
services.accounts-daemon.enable = true;
|
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
|
# 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;
|
systemd.services.accounts-daemon.serviceConfig.PrivateTmp = false;
|
||||||
services.power-profiles-daemon.enable = mkDefault true;
|
services.power-profiles-daemon.enable = mkDefault true;
|
||||||
|
|
Loading…
Reference in a new issue