home: firefox: remove deprecation warning
the tridactyl-specific option was removed
This commit is contained in:
parent
c266a60059
commit
45a252d17a
|
@ -20,9 +20,9 @@ in {
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.firefox.override {
|
package = pkgs.firefox.override {
|
||||||
cfg = {
|
nativeMessagingHosts = [
|
||||||
enableTridactylNative = true;
|
pkgs.tridactyl-native
|
||||||
};
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue