Enable dconf using NixOS option 👽

The gnome3.dconf alias has been removed on Nixpkgs master.
This commit is contained in:
Daniel Thwaites 2022-01-15 09:16:16 +00:00 committed by GitHub
parent 3bde229fca
commit c80e203c8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -143,7 +143,7 @@ let
# GTK will probably be unused without Xorg / Wayland
in lib.mkIf (config.services.xserver.enable || config.programs.sway.enable) {
# Required for Home Manager's GTK settings to work
services.dbus.packages = [ pkgs.gnome3.dconf ];
programs.dconf.enable = true;
stylix.homeModule = {
gtk = {