firefox: Move firefox.preferences
, configure use-xdg-desktop-portal.file-picker
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
d39d1714e1
commit
4c6c747290
1 changed files with 2 additions and 3 deletions
|
@ -2,9 +2,6 @@
|
|||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-devedition;
|
||||
preferences = {
|
||||
"widget.use-xdg-desktop-portal.file-picker" = 1;
|
||||
};
|
||||
};
|
||||
programs.firefox.profiles.dev-edition-default.userChrome = ''
|
||||
#TabsToolbar {
|
||||
|
@ -31,5 +28,7 @@
|
|||
"browser.compactmode.show" = true;
|
||||
# "ui.textScaleFactor" = 90;
|
||||
"layout.css.devPixelsPerPx" = 1.7;
|
||||
"widget.use-xdg-desktop-portal.file-picker" = 1;
|
||||
"browser.link.open_newwindow" = 1;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue