From 908cf3d0266a8025d86c220ff1ec58fab2988faf Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Sat, 24 May 2025 01:00:42 +0200 Subject: [PATCH] Changed native-messaging-hosts file inclusion --- commit_text | 2 +- home.nix | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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; + }; }