diff --git a/configuration.nix b/configuration.nix index e228080..7596058 100644 --- a/configuration.nix +++ b/configuration.nix @@ -50,6 +50,7 @@ # Enable the X11 windowing system. services.xserver.enable = true; + programs.dconf.enable = true; # Enable the KDE Plasma Desktop Environment. services.displayManager.sddm.enable = false; services.xserver.desktopManager.plasma5.enable = false;