4 lines
75 B
Nix
4 lines
75 B
Nix
{ pkgs, ... }:
|
|
{
|
|
services.dbus.packages = with pkgs; [ gnome3.dconf ];
|
|
}
|