packages/nixpak/modules/gui-base: allow dconf access
This commit is contained in:
parent
1562faace9
commit
af2ffc6fa0
1 changed files with 2 additions and 0 deletions
|
@ -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" [
|
||||
|
|
Loading…
Reference in a new issue