Changed native-messaging-hosts file inclusion

This commit is contained in:
EsVagy42 2025-05-24 01:00:42 +02:00
parent b2c3bdefb1
commit 908cf3d026
2 changed files with 5 additions and 2 deletions

View file

@ -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;
};
}