~ruther/nixos-config

2388fbfcabdfe5be09522c6e3ec529aa9afe17d6 — Frantisek Bohacek 1 year, 4 months ago 92c4ec7
chore: move tridactyl native to nativeMessagingHosts

cfg.enableTridactylNative is deprecated.
1 files changed, 3 insertions(+), 1 deletions(-)

M modules/programs/firefox.nix
M modules/programs/firefox.nix => modules/programs/firefox.nix +3 -1
@@ 20,7 20,9 @@ in {
  programs.firefox = {
    enable = true;
    package = pkgs.firefox.override {
      cfg = { enableTridactylNative = true; };
      nativeMessagingHosts = [
        pkgs.tridactyl-native
      ];
    };
    profiles = {
      default = {

Do not follow this link