packages/nixpak/modules/gui-base: allow dconf access

This commit is contained in:
Max Headroom 2023-05-02 23:32:37 +02:00
parent 1562faace9
commit af2ffc6fa0

View file

@ -36,11 +36,13 @@ in
(envSuffix "XDG_RUNTIME_DIR" "/gvfsd")
(envSuffix "XDG_RUNTIME_DIR" "/pulse")
(envSuffix "XDG_RUNTIME_DIR" "/doc")
(envSuffix "XDG_RUNTIME_DIR" "/dconf")
];
bind.ro = [
(sloth.concat' sloth.xdgConfigHome "/gtk-2.0")
(sloth.concat' sloth.xdgConfigHome "/gtk-3.0")
(sloth.concat' sloth.xdgConfigHome "/gtk-4.0")
(sloth.concat' sloth.xdgConfigHome "/dconf")
];
env = {
XDG_DATA_DIRS = lib.makeSearchPath "share" [