home: firefox: migrate deprecated option
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
516df86b3f
commit
bd69e28143
|
@ -33,13 +33,10 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
package = pkgs.firefox.override {
|
package = pkgs.firefox.override {
|
||||||
cfg = {
|
nativeMessagingHosts = ([ ]
|
||||||
enableTridactylNative = cfg.tridactyl.enable;
|
++ lib.optional cfg.tridactyl.enable pkgs.tridactyl-native
|
||||||
};
|
|
||||||
|
|
||||||
extraNativeMessagingHosts = with pkgs; ([ ]
|
|
||||||
# Watch videos using mpv
|
# Watch videos using mpv
|
||||||
++ lib.optional cfg.ff2mpv.enable ambroisie.ff2mpv-go
|
++ lib.optional cfg.ff2mpv.enable pkgs.ambroisie.ff2mpv-go
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue