Skip to content

Commit

Permalink
buildFHSEnvBubblewrap: bind /etc/dconf
Browse files Browse the repository at this point in the history
allows custom dconf profiles to be opened
  • Loading branch information
michaelBelsanti committed Dec 31, 2024
1 parent 06f2f12 commit 2d1c6aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/build-support/build-fhsenv-bubblewrap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ let
"ssl/certs"
"ca-certificates"
"pki"
# Custom dconf profiles
"dconf"
];
in
map (path: "/etc/${path}") files;
Expand Down

0 comments on commit 2d1c6aa

Please sign in to comment.