Unstable firefoxpwa

This commit is contained in:
Nathan McCarty 2025-04-17 13:29:57 -04:00
parent b1db5c1d73
commit c9d79b5972

View file

@ -15,7 +15,7 @@
# Utility # Utility
protonvpn-gui protonvpn-gui
# Browser # Browser
firefoxpwa inputs'.nixpkgs-unstable.legacyPackages.firefoxpwa
ungoogled-chromium ungoogled-chromium
]; ];
@ -23,7 +23,7 @@
enable = true; enable = true;
nativeMessagingHosts = with pkgs; [ nativeMessagingHosts = with pkgs; [
kdePackages.plasma-browser-integration kdePackages.plasma-browser-integration
firefoxpwa inputs'.nixpkgs-unstable.legacyPackages.firefoxpwa
]; ];
}; };