Unverified Commit 2d1c6aad authored by michaelBelsanti's avatar michaelBelsanti
Browse files

buildFHSEnvBubblewrap: bind /etc/dconf

allows custom dconf profiles to be opened
parent 06f2f12d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -124,6 +124,8 @@ let
        "ssl/certs"
        "ca-certificates"
        "pki"
        # Custom dconf profiles
        "dconf"
      ];
    in
    map (path: "/etc/${path}") files;