Enable fxCast on Firefox

This commit is contained in:
Dave Gallant
2023-03-18 23:09:21 -04:00
parent d57c5c47a8
commit 03601d1ecd
6 changed files with 37 additions and 17 deletions

View File

@@ -15,4 +15,22 @@
};
services.gnome.gnome-keyring.enable = true;
programs.firefox = {
enable = true;
nativeMessagingHosts.fxCast = true;
};
services.avahi = {
enable = true;
nssmdns = true;
publish = {
enable = true;
addresses = true;
domain = true;
hinfo = true;
userServices = true;
workstation = true;
};
};
}