nixos-config/common/gtk.nix

8 lines
103 B
Nix

{ config, pkgs, ... }:
{
services.dbus.packages = with pkgs; [
gnome3.dconf gnome2.GConf
];
}