enable dconf
This commit is contained in:
parent
a9b0cd3336
commit
c436163d30
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
gnome3.dconf
|
||||||
|
];
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
xdg.portal.enable = true;
|
xdg.portal.enable = true;
|
||||||
xdg.portal.gtkUsePortal = true;
|
xdg.portal.gtkUsePortal = true;
|
||||||
xdg.portal.extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-kde ];
|
xdg.portal.extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-kde ];
|
||||||
|
@ -11,7 +15,7 @@
|
||||||
allowAnyUser = true;
|
allowAnyUser = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
dbus.packages = with pkgs; [ gnome2.GConf ];
|
dbus.packages = with pkgs; [ gnome2.GConf gnome3.dconf ];
|
||||||
fractalart.enable = true;
|
fractalart.enable = true;
|
||||||
colord.enable = true;
|
colord.enable = true;
|
||||||
xserver.windowManager.i3.enable = true;
|
xserver.windowManager.i3.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue