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 = {
|
||||
enable = true;
|
||||
package = pkgs.firefox.override {
|
||||
cfg = {
|
||||
enableTridactylNative = true;
|
||||
};
|
||||
nativeMessagingHosts = [
|
||||
pkgs.tridactyl-native
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue