enable dconf

This commit is contained in:
Cyryl Płotnicki 2020-05-31 12:40:39 +01:00
parent a9b0cd3336
commit c436163d30

View file

@ -1,6 +1,10 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
gnome3.dconf
];
programs.dconf.enable = true;
xdg.portal.enable = true;
xdg.portal.gtkUsePortal = true;
xdg.portal.extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-kde ];
@ -11,7 +15,7 @@
allowAnyUser = true;
};
dbus.packages = with pkgs; [ gnome2.GConf ];
dbus.packages = with pkgs; [ gnome2.GConf gnome3.dconf ];
fractalart.enable = true;
colord.enable = true;
xserver.windowManager.i3.enable = true;