programs: tidy: prefer "sandbox.extraHomePaths" over "fs" for external deps
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
{
|
||||
sane.programs.dialect = {
|
||||
sandbox.method = "bwrap";
|
||||
sandbox.extraHomePaths = [
|
||||
".config/dconf" # to persist settings
|
||||
];
|
||||
|
||||
packageUnwrapped = pkgs.dialect.overrideAttrs (upstream: {
|
||||
# TODO: send upstream
|
||||
@@ -11,8 +14,5 @@
|
||||
pkgs.glib-networking # for TLS
|
||||
];
|
||||
});
|
||||
|
||||
# dialect reads settings via dconf
|
||||
fs.".config/dconf" = {};
|
||||
};
|
||||
}
|
||||
|
@@ -9,7 +9,9 @@
|
||||
{
|
||||
sane.programs.g4music = {
|
||||
sandbox.method = "bwrap";
|
||||
fs."Music" = {};
|
||||
sandbox.extraHomePaths = [
|
||||
"Music"
|
||||
];
|
||||
|
||||
persist.byStore.plaintext = [
|
||||
# index?
|
||||
|
Reference in New Issue
Block a user