feat: remove GConf

This commit is contained in:
Felix Schröter 2020-02-27 19:15:05 +01:00 committed by Felix Schroeter
parent 7cd2218c38
commit ebd4ad759f

View file

@ -1,7 +1,5 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
services.dbus.packages = with pkgs; [ services.dbus.packages = with pkgs; [ gnome3.dconf ];
gnome3.dconf gnome2.GConf
];
} }