home: firefox: use tridactyl-native when enabled

This commit is contained in:
Bruno BELANYI 2021-04-05 12:30:04 +00:00
parent 1587b992da
commit dadd835b66

View file

@ -6,6 +6,12 @@ in
config.programs.firefox = lib.mkIf cfg.enable {
enable = true;
package = pkgs.firefox.override {
cfg = {
enableTridactylNative = cfg.tridactyl.enable;
};
};
profiles = {
default = {
id = 0;