about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-12-05 00:23:29 +0300
committerGitHub <noreply@github.com>2023-12-05 00:23:29 +0300
commit3c1ad28f89e34a713e70833cf1e851fc699b97a6 (patch)
tree523cda11f0081acad395f10f113bb9c4a40bc50c /nixos
parentf2b0e57616abc8679c739df05324423ca4886639 (diff)
parent84e51c525d6a39c8d4047a387391faf4c901ee1a (diff)
downloadnixlib-3c1ad28f89e34a713e70833cf1e851fc699b97a6.tar
nixlib-3c1ad28f89e34a713e70833cf1e851fc699b97a6.tar.gz
nixlib-3c1ad28f89e34a713e70833cf1e851fc699b97a6.tar.bz2
nixlib-3c1ad28f89e34a713e70833cf1e851fc699b97a6.tar.lz
nixlib-3c1ad28f89e34a713e70833cf1e851fc699b97a6.tar.xz
nixlib-3c1ad28f89e34a713e70833cf1e851fc699b97a6.tar.zst
nixlib-3c1ad28f89e34a713e70833cf1e851fc699b97a6.zip
Merge pull request #266234 from SuperSamus/plasma-dconf-glib
nixos/plasma5: enable dconf by default
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/desktop-managers/plasma5.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix
index 9cc7c4381620..027479b1ce09 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
@@ -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;