diff --git a/home/home.nix b/home/home.nix index 95a355d..3ead12c 100644 --- a/home/home.nix +++ b/home/home.nix @@ -896,6 +896,10 @@ in { recursive = true; }; + home.file.".mozilla/firefox/nw77o6yc.default/user.js" = { + source = ../.config/firefox/user.js; + }; + home.file.".config/tridactyl" = { source = ../.config/tridactyl; recursive = true;