6 lines
104 B
Nix
6 lines
104 B
Nix
{ pkgs, ... }: {
|
|
services.dbus = {
|
|
enable = true;
|
|
packages = with pkgs; [ gcr dconf ];
|
|
};
|
|
}
|