nixos-config/nix/systemProfiles/programs/dconf.nix

6 lines
86 B
Nix

{
programs = {
# make HM-managed GTK stuff work
dconf.enable = true;
};
}