firefox plasma integration enable
This commit is contained in:
parent
22bd2cd6a7
commit
2b25452152
1 changed files with 6 additions and 2 deletions
|
@ -21,7 +21,6 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
kitty
|
||||
firefox
|
||||
thunderbird
|
||||
btop
|
||||
|
||||
|
@ -43,13 +42,18 @@
|
|||
meslo-lgs-nf
|
||||
|
||||
libsForQt5.bismuth
|
||||
|
||||
|
||||
plasma-browser-integration
|
||||
|
||||
];
|
||||
|
||||
programs.firefox =
|
||||
{
|
||||
package = pkgs.firefox.override {
|
||||
cfg = {
|
||||
enablePlasmaBrowserIntegration = true;
|
||||
};
|
||||
};
|
||||
enable = true;
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
vimium
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue