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