home: firefox: use tridactyl-native when enabled
This commit is contained in:
parent
c17b5f4004
commit
d5b3b95827
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue