feat: add passff to firefox

This commit is contained in:
Noa Aarts 2024-08-21 21:06:39 +02:00
parent 8a0120e259
commit 66cf2bbaff

View file

@ -11,6 +11,10 @@ in
programs.firefox = {
enable = true;
# TODO: add some default firefox settings
nativeMessagingHosts = [
pkgs.passff-host
];
};
};