From bd5a4b0c0ec6348c701edec4f611d0aa08a1e883 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 9 Feb 2025 22:32:45 -0600 Subject: [PATCH] idk --- home/home.nix | 4 ++++ 1 file changed, 4 insertions(+) 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;