1

Update firefox config

This commit is contained in:
2022-06-30 21:29:28 +02:00
parent c2e80f941d
commit 588b6c00d3
2 changed files with 13 additions and 2 deletions

View File

@ -51,7 +51,18 @@
firefox = {
enable = true;
enableGnomeExtensions = true;
# TODO: Add extra config
package = pkgs.firefox.override {
# See nixpkgs' firefox/wrapper.nix to check which options you can use
cfg = {
# Gnome shell native connector
enableGnomeExtensions = true;
};
}
# TODO: Add extensions
extensions = [];
};
fzf = {