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 = {
enable = true;
package = pkgs.firefox.override {
cfg = {
enableTridactylNative = true;
};
nativeMessagingHosts = [
pkgs.tridactyl-native
];
};
};
};