8 lines
103 B
Nix
8 lines
103 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
services.dbus.packages = with pkgs; [
|
|
gnome3.dconf gnome2.GConf
|
|
];
|
|
}
|