firefox's tridactyl-native
fixed
This commit is contained in:
parent
d8d34387c2
commit
38257b9996
1 changed files with 5 additions and 10 deletions
|
@ -5,16 +5,11 @@
|
||||||
}: {
|
}: {
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package =
|
package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
|
||||||
(pkgs.wrapFirefox pkgs.firefox-unwrapped {
|
|
||||||
extraPolicies = {
|
extraPolicies = {
|
||||||
ExtensionSettings = {};
|
ExtensionSettings = {};
|
||||||
};
|
};
|
||||||
})
|
nativeMessagingHosts = [pkgs.tridactyl-native pkgs.fx-cast-bridge];
|
||||||
.override {
|
|
||||||
cfg = {
|
|
||||||
nativeMessagingHosts.packages = [pkgs.trydactyl-native pkgs.fs-cast-bridge];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
profiles.${username} = {
|
profiles.${username} = {
|
||||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
|
|
Loading…
Add table
Reference in a new issue