feat: remove GConf
This commit is contained in:
parent
7cd2218c38
commit
ebd4ad759f
|
@ -1,7 +1,5 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
services.dbus.packages = with pkgs; [
|
services.dbus.packages = with pkgs; [ gnome3.dconf ];
|
||||||
gnome3.dconf gnome2.GConf
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue