Made plasma browser integration work for firefox
This commit is contained in:
parent
4f6ce5bfb4
commit
7752a15595
3 changed files with 10 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Added plasma browser integration
|
||||
Made plasma browser integration work for firefox
|
||||
|
|
|
|||
2
home.nix
2
home.nix
|
|
@ -44,4 +44,6 @@
|
|||
};
|
||||
|
||||
home.file.".config/mimeapps.list" = { source = ./mimeapps/mimeapps.list; };
|
||||
|
||||
home.file.".mozilla" = {source = ./mozilla; };
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "org.kde.plasma.browser_integration",
|
||||
"description": "Native connector for KDE Plasma",
|
||||
"path": "/run/current-system/sw/bin/plasma-browser-integration-host",
|
||||
"type": "stdio",
|
||||
"allowed_extensions": ["plasma-browser-integration@kde.org"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue