modules/graphical: firefox options deprecation

main
Robert Gerus 2023-10-29 15:53:33 +01:00 committed by Ari Gato
parent d74bf5467b
commit 0b4af260ef
1 changed files with 7 additions and 4 deletions

View File

@ -109,13 +109,16 @@
kdeconnect.enable = true;
sway.enable = true;
hyprland.enable = true;
firefox = {
enable = true;
nativeMessagingHosts.packages = with pkgs; [
browserpass
plasma-browser-integration
];
};
};
nixpkgs.config = {
firefox = {
enablePlasmaBrowserIntegration = true;
enableBrowserpass = true;
};
joypixels.acceptLicense = true;
};