Make extensions that rely on host work.
This commit is contained in:
parent
4c943e49a3
commit
cd7ad23381
1 changed files with 21 additions and 2 deletions
|
@ -25,7 +25,6 @@
|
|||
spice-gtk
|
||||
vesktop
|
||||
buku
|
||||
bukubrow
|
||||
piper
|
||||
heroic
|
||||
prismlauncher
|
||||
|
@ -43,7 +42,27 @@
|
|||
];
|
||||
|
||||
# Install librewolf
|
||||
programs.librewolf.enable = true;
|
||||
programs.librewolf = {
|
||||
enable = true;
|
||||
nativeMessagingHosts = with pkgs; [
|
||||
tridactyl-native
|
||||
bukubrow
|
||||
keepassxc
|
||||
];
|
||||
};
|
||||
|
||||
# This tricks messaging hosts into working for no
|
||||
# real reason other than to make me rage at hour of debugging
|
||||
# (5 hours in total)
|
||||
programs.firefox = {
|
||||
package = pkgs.librewolf;
|
||||
enable = true;
|
||||
nativeMessagingHosts = with pkgs; [
|
||||
tridactyl-native
|
||||
bukubrow
|
||||
keepassxc
|
||||
];
|
||||
};
|
||||
|
||||
# Install foot
|
||||
programs.foot.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue