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