From f29e14c89717fa317832fa489b61b21c6f4d287e Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 23 Feb 2024 11:07:10 -0600 Subject: [PATCH] remove native-messaging-hosts file so that home-manager can handle it --- home/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 3fa700a..ac843a9 100644 --- a/home/home.nix +++ b/home/home.nix @@ -620,7 +620,7 @@ tooltip label { ''; }; - home.file.".mozilla/native-messaging-hosts".source = "/run/current-system/sw/lib/mozilla/native-messaging-hosts"; + # home.file.".mozilla/native-messaging-hosts".source = "/run/current-system/sw/lib/mozilla/native-messaging-hosts"; home.file.".mozilla/firefox/nw77o6yc.default/chrome" = { source = ../.config/firefox/chrome;