Add widget.use-xdg-desktop-portal.file-picker setting to panotaka profile in firefox

This commit is contained in:
panotaka
2023-12-31 16:18:11 -04:00
parent 722554c218
commit 5d77dcc8ac

View File

@@ -8,7 +8,11 @@
firefox = {
enable = true;
profiles.panotaka = {};
profiles.panotaka = {
settings = {
"widget.use-xdg-desktop-portal.file-picker" = 1;
};
};
};
};
}