diff --git a/commit_text b/commit_text index a1f31a4..b2b7edf 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Changed theme back +Changed native-messaging-hosts file inclusion diff --git a/home.nix b/home.nix index 786c5d0..a65fcd6 100644 --- a/home.nix +++ b/home.nix @@ -45,5 +45,8 @@ home.file.".config/mimeapps.list" = { source = ./mimeapps/mimeapps.list; }; - home.file.".mozilla" = {source = ./mozilla; }; + home.file.".mozilla/native-messaging-hosts" = { + source = ./mozilla/native-messaging-hosts; + recursive = true; + }; }