From c31a5e22ca4af09103dd4e3287a84ed145ef3561 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 2 Dec 2021 00:06:49 -0500 Subject: [PATCH] This doesn't really make sense as I'm commiting it anyways. This is currently versioned by my dotfiles. Since this is used in both Mac(Work) & Linux machines I can't just keep this in nix-land so it will likely need to be managed either like below or via the dotfiles `make up` command. --- modules/applications/firefox.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/applications/firefox.nix b/modules/applications/firefox.nix index 58f4766..4fda7d4 100644 --- a/modules/applications/firefox.nix +++ b/modules/applications/firefox.nix @@ -49,7 +49,13 @@ }; }; }; + }; + # This is a bit silly as this is currently managed by my make dot config. + xdg.configFile."tridactyl/tridactylrc".source = pkgs.fetchurl { + url = + "https://git.jpatrick.io/james/dotfiles/raw/branch/master/tridactyl/tridactylrc"; + sha256 = "sha256-iOBd/yEvQP/Gn3+lS2Ztu9oslllZU4G7VnM4pTck+Tg="; }; }; }