Install firefox from unstable

This commit is contained in:
SebastianStork 2025-03-08 14:40:44 +01:00
parent 758d78e737
commit d76269df2c

View file

@ -2,6 +2,7 @@
config,
inputs,
pkgs,
pkgs-unstable,
lib,
...
}:
@ -11,6 +12,7 @@
config = lib.mkIf config.myConfig.firefox.enable {
programs.firefox = {
enable = true;
package = pkgs-unstable.firefox;
profiles.default = {
settings =