home: firefox: remove deprecation warning

the tridactyl-specific option was removed
This commit is contained in:
Antoine Martin 2023-11-30 03:47:24 +01:00
parent c266a60059
commit 45a252d17a

View file

@ -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
}; ];
}; };
}; };
}; };