5 lines
107 B
Nix
5 lines
107 B
Nix
{ pkgs, ... }:
|
|
{
|
|
services.dbus.packages = with pkgs; [ gnome3.dconf ];
|
|
programs.dconf.enable = true;
|
|
}
|